Re: svn doesn't cope well with read-only auth cache
From: Philip Martin <philip.martin_at_wandisco.com>
Date: Wed, 21 May 2014 01:41:22 +0100
Johan Corveleyn <jcorvel_at_gmail.com> writes:
> Not much interest it seems. Filed an issue, so this doesn't get forgotten:
Similar problem on Unix but without the 10 second delays. The delay
A couple of things:
- svn_config_write_auth_data() is writing directly to the target file
- svn_auth__simple_creds_cache_set() calls svn_config_write_auth_data()
if (err)
/* ### return error? */
return SVN_NO_ERROR;
If we were to return the error it would generally cause the whole
-- Philip Martin | Subversion Committer WANdisco // *Non-Stop Data*Received on 2014-05-21 02:41:55 CEST |
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.