You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by da...@apache.org on 2012/03/01 15:23:28 UTC

svn propchange: r1294147 - svn:log

Author: danielsh
Revision: 1294147
Modified property: svn:log

Modified: svn:log at Thu Mar  1 14:23:28 2012
------------------------------------------------------------------------------
--- svn:log (original)
+++ svn:log Thu Mar  1 14:23:28 2012
@@ -1,5 +1,6 @@
-Fix the issue found by r1294134: svnserve and mod_dav_svn expect different
-syntaxes in the authz file.
+Fix the issue found by r1294134, whereby svnserve and mod_dav_svn expect
+different syntaxes in the authz file, by making the tests construct an authz
+file with repository names correctly over svn:// too.
 
 mod_dav_svn expects the dirname relative to the SVNParentPath, whereas svnserve
 expects it to be relative to the --root.  Also, SVNParentPath does not recurse,