You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by ph...@apache.org on 2011/08/24 15:00:02 UTC

svn propchange: r1161080 - svn:log

Author: philip
Revision: 1161080
Modified property: svn:log

Modified: svn:log at Wed Aug 24 13:00:02 2011
------------------------------------------------------------------------------
--- svn:log (original)
+++ svn:log Wed Aug 24 13:00:02 2011
@@ -1,4 +1,8 @@
-Merge r1152189-1152190 to 1.7.x-r1152189 and resolve conflicts.
+Make svnmucc honor option --config-dir for auth stuff.
 
- * r1152189, r1152190
-   Fix an assertion on copying nodes that are not presence normal.
+* tools/client-side/svnmucc/svnmucc.c
+  (create_ra_callbacks) Add parameter config_dir, pass it to
+   svn_cmdline_create_auth_baton.
+  (execute) Pass config_dir to create_ra_callbacks.
+
+Patch by: Roderich Schupp <ro...@googlemail.com>