You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by cm...@apache.org on 2012/08/20 17:47:12 UTC

svn propchange: r1375052 - svn:log

Author: cmpilato
Revision: 1375052
Modified property: svn:log

Modified: svn:log at Mon Aug 20 15:47:12 2012
------------------------------------------------------------------------------
--- svn:log (original)
+++ svn:log Mon Aug 20 15:47:12 2012
@@ -1,4 +1,9 @@
-Minor code simplifications.  No logical changes.
+Minor code simplifications, plus one logical change, namely that we
+will no longer complain about unrecognized password store names in the
+runtime configuration.  The runtime configuration has be somewhat
+version-agnostic, and I've already run into problems using trunk and
+1.7 with my runtime config tweaked to support the gpg-agent password
+store added in trunk.
 
 * subversion/libsvn_subr/auth.c
   (SVN__MAYBE_ADD_PROVIDER): New macro.
@@ -6,4 +11,5 @@ Minor code simplifications.  No logical 
     branch by recognizing that svn_config_get() returns the default
     value when the passed-in config object is NULL.  Also, replace a
     bunch of "if-provider-isn't-NULL-then-add-the-array" logic with
-    SVN__MAYBE_ADD_PROVIDER() macro calls.
+    SVN__MAYBE_ADD_PROVIDER() macro calls.  While here, remove the
+    error which is raised for an unrecognized password store.