You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by st...@apache.org on 2010/10/18 12:08:36 UTC

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

Author: stylesen
Date: Mon Oct 18 10:08:35 2010
New Revision: 1023724

URL: http://svn.apache.org/viewvc?rev=1023724&view=rev
Log:
Follow up r1005788.

* subversion/libsvn_subr/config_file.c
  (svn_config_ensure): Remove showing gpg-agent support in config file
   for Windows platform.

The discussion is available in the following thread:
<http://svn.haxx.se/dev/archive-2010-10/0149.shtml>

Modified:
    subversion/branches/gpg-agent-password-store/subversion/libsvn_subr/config_file.c

Modified: subversion/branches/gpg-agent-password-store/subversion/libsvn_subr/config_file.c
URL: http://svn.apache.org/viewvc/subversion/branches/gpg-agent-password-store/subversion/libsvn_subr/config_file.c?rev=1023724&r1=1023723&r2=1023724&view=diff
==============================================================================
--- subversion/branches/gpg-agent-password-store/subversion/libsvn_subr/config_file.c (original)
+++ subversion/branches/gpg-agent-password-store/subversion/libsvn_subr/config_file.c Mon Oct 18 10:08:35 2010
@@ -943,7 +943,7 @@ svn_config_ensure(const char *config_dir
 #ifdef SVN_HAVE_KEYCHAIN_SERVICES
         "# password-stores = keychain,gpg-agent"                             NL
 #elif defined(WIN32) && !defined(__MINGW32__)
-        "# password-stores = windows-cryptoapi,gpg-agent"                    NL
+        "# password-stores = windows-cryptoapi"                              NL
 #else
         "# password-stores = gpg-agent,gnome-keyring,kwallet"                NL
 #endif