« Return to Thread: Authorization issues with SCPlugin 0.6?

Re: Authorization issues with SCPlugin 0.6?

by jrep :: Rate this Message:

| View in Thread

On Jan 27, 2007, at 10:07 AM, Joshua Hadley wrote:

> I'm having trouble with the new SCPlugin v0.6. I get "OPTIONS of '/
> path/to/repos/dir': authorization failed (http://myserver.com)"  
> when I attempt to commit, and similarly "PROPFIND of '/path/to/
> repos/dir': authorization failed (http://myserver.com)" when I try  
> to check out. I have to guess that pretty much any other  
> interaction with the server will also fail, but I have not done a  
> thorough investigation.
>
> Per the instructions, I removed the old SCPlugin files, logged out  
> and back in, I have svn 1.4 CLI installed, and have initiated a  
> checkout from the server in question with the CLI before using  
> SCPlugin.
>
> Any ideas? r396 works fine.

Between r396 and v0.6, there was one change which is related: we now  
use the Mac OS X Keychain to store credentials (r399 on the universal-
test branch; r404 on trunk).  So does svn 1.4 CLI, unless you prevent  
that (with ~/.subversion/config: store-auth-creds = no).  But I guess  
there's one subtlety we didn't really document, maybe this is your  
problem?

When we say "you have to connect to the repository one time using the  
CLI," we actually mean "with the v1.4 CLI."  If you've only connected  
to this particular repository with your older 1.3 CLI, then that  
doesn't count, SCPlugin will still not find the credentials in the  
Keychain.

Another thought: when you say "r396 works," do you mean an r396 you  
built from trunk, or from the universal-test branch?  The trunk  
version would, I believe, only work with Subversion v1.3 (and  
likewise, would store credentials in your home directory, not the  
Keychain, since even Subversion didn't learn the Keychain trick until  
v1.4).

Are there any complaints in console.log during these failures-to-
authorize?





>
>
> Josh
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@...
> For additional commands, e-mail: users-help@...
>

-==-
Jack Repenning
Director, Software Product Architecture
CollabNet, Inc.
8000 Marina Boulevard, Suite 600
Brisbane, California 94005
office: +1 650.228.2562
mobile: +1 408.835.8090
raindance: 844.7461
aim: jackrepenning
skype: jrepenning




---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@...
For additional commands, e-mail: users-help@...

jr

 « Return to Thread: Authorization issues with SCPlugin 0.6?