[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: svn commit: r1005788 - /subversion/branches/gpg-agent-password-store/subversion/libsvn_subr /config_file.c

From: Daniel Shahaf <d.s_at_daniel.shahaf.name>
Date: Mon, 18 Oct 2010 06:45:22 +0200

stylesen_at_apache.org wrote on Fri, Oct 08, 2010 at 11:52:01 -0000:
> #ifdef SVN_HAVE_KEYCHAIN_SERVICES
> - "# password-stores = keychain" NL
> + "# password-stores = keychain,gpg-agent" NL
> #elif defined(WIN32) && !defined(__MINGW32__)
> - "# password-stores = windows-cryptoapi" NL
> + "# password-stores = windows-cryptoapi,gpg-agent" NL

The actual default value (in auth.c) places gpg-agent first (before the
OS-native facilities). I think the value in auth.c and the value in the
config_file.c commented-out config should be consistent wrt the relative
order of the various password-storage facilities.
Received on 2010-10-18 06:46:49 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.