RE: SVN re-requests authentication for LOCK operation
From: Sam Duncan <Sam.Duncan_at_andromeda-telematics.com>
Date: 2007-06-28 16:40:28 CEST
Hi George
Thanks for your prompt reply. We do indeed seem to have the situation you describe. When users do an update/commit, the authentication data is automatically given to the apache svn server, and the data is saved in the %APPDATA%\Subversion\auth\svn.ssl.server directory. However, when users attempt to acquire a lock it would appear that subversion looks in the %APPDATA%\Subversion\auth\svn.simple directory for saved authentication. When it finds nothing there, it prompts the user instead of automatically providing the domain authentication. Unfortunately users requesting locks must be authenticated so we can't make use of your suggestion of the "<LimitExcept LOCK>" directive.
I am not sure whether this is a subversion or Tortoise SVN issue or whether it is a bug/feature. Any suggestions how to get around this issue would be much appreciated.
Regards
________________________________________
Sam Duncan wrote:
Hi Sam
we observed a similar behaviour when entering svn ls -R
In our case the authentication token was stored in the
<LimitExcept PROPFIND>
Probably you have to change it to <LimitExcept LOCK> but check if
I don't know if this is the intended behaviour or a bug.
Best
--------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org For additional commands, e-mail: users-help@subversion.tigris.org
---------------------------------------------------------------------
|
This is an archived mail posted to the Subversion Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.