[svnbook] r5096 committed - trunk/en/book

cmpilato at users.sourceforge.net cmpilato at users.sourceforge.net
Wed Feb 3 13:19:13 CST 2016


Revision: 5096
          http://sourceforge.net/p/svnbook/source/5096
Author:   cmpilato
Date:     2016-02-03 19:19:13 +0000 (Wed, 03 Feb 2016)
Log Message:
-----------
Finish issue #235 ("1.8 change: In-memory password caching via GnuPG
Agent (Unix client)").

* en/book/ch03-advanced-topics.xml
  (svn.serverconfig.netmodel.credcache): Note the support of the GPG
    Agent as an auth store, too.

* en/book/ch07-customizing-svn.xml
  (svn.advanced.confarea.opts.config): Include "gpg-agent" in the list
    of default auth stores.

Modified Paths:
--------------
    trunk/en/book/ch03-advanced-topics.xml
    trunk/en/book/ch07-customizing-svn.xml

Modified: trunk/en/book/ch03-advanced-topics.xml
===================================================================
--- trunk/en/book/ch03-advanced-topics.xml	2016-02-03 19:03:14 UTC (rev 5095)
+++ trunk/en/book/ch03-advanced-topics.xml	2016-02-03 19:19:13 UTC (rev 5096)
@@ -5715,9 +5715,10 @@
             <para>For other Unix-like operating systems, no single
               standard <quote>keychain</quote> service exists.
               However, the Subversion client knows how to store
-              passwords securely using the <quote>GNOME Keyring</quote>
-              and <quote>KDE Wallet</quote> services.  Also, before
-              storing unencrypted passwords in the
+              passwords securely using the <quote>GNOME Keyring</quote>,
+              <quote>KDE Wallet</quote>, and <quote>GnuPG
+              Agent</quote> services.  Also, before storing
+              unencrypted passwords in the
               <filename>~/.subversion/auth/</filename> caching area,
               the Subversion client will ask the user for permission
               to do so.  Note that the <filename>auth/</filename>

Modified: trunk/en/book/ch07-customizing-svn.xml
===================================================================
--- trunk/en/book/ch07-customizing-svn.xml	2016-02-03 19:03:14 UTC (rev 5095)
+++ trunk/en/book/ch07-customizing-svn.xml	2016-02-03 19:19:13 UTC (rev 5096)
@@ -310,12 +310,12 @@
                 attempt to use when saving and retrieving cached
                 authentication credentials, and in what order
                 Subversion should prefer them.  The default value is
-                <literal>gnome-keyring, kwallet, keychain,
+                <literal>gnome-keyring, kwallet, keychain, gpg-agent,
                 windows-crypto-api</literal>, representing the GNOME
-                Keyring, KDE Wallet, Mac OS X Keychain, and Microsoft
-                Windows cryptography API, respectively.  Listed stores
-                which are not available on the system are
-                ignored.</para>
+                Keyring, KDE Wallet, Mac OS X Keychain, GnuPG Agent,
+                and Microsoft Windows cryptography API, respectively.
+                Listed stores which are not available on the system
+                are ignored.</para>
             </listitem>
           </varlistentry>
           <varlistentry>





More information about the svnbook-dev mailing list