> -----Original Message-----
> From: [email protected] [mailto:[email protected]]
> Sent: vrijdag 8 oktober 2010 13:52
> To: [email protected]
> Subject: svn commit: r1005788 - /subversion/branches/gpg-agent-
> password-store/subversion/libsvn_subr/config_file.c
>
> Author: stylesen
> Date: Fri Oct 8 11:52:01 2010
> New Revision: 1005788
>
> URL: http://svn.apache.org/viewvc?rev=1005788&view=rev
> Log:
> On the 'gpg-agent-password-store' branch:
>
> * subversion/libsvn_subr/config_file.c
> (svn_config_ensure): Add gpg-agent to config file.
Moving a irc question: 'Should we support the gpg keystore on Windows and OS/X?'
On Windows we support the Windows CryptoAPI and on OS/X we support the
keychain, so we can already assume that we support encrypted passwords there.
My personal idea would be to not support it on Windows (because it implies to
much commandline specific behavior), but do support it on OS/X. But I would
like to see more input.
Bert