Author: cmpilato
Date: Wed Aug  7 19:55:32 2013
New Revision: 1511460

URL: http://svn.apache.org/r1511460
Log:
On the 'SVNParentPathTemplate' branch:

* subversion/mod_dav_svn/mod_dav_svn.c
  (cmds): Update docs for SVNParentPathTemplate.

Modified:
    
subversion/branches/SVNParentPathTemplate/subversion/mod_dav_svn/mod_dav_svn.c

Modified: 
subversion/branches/SVNParentPathTemplate/subversion/mod_dav_svn/mod_dav_svn.c
URL: 
http://svn.apache.org/viewvc/subversion/branches/SVNParentPathTemplate/subversion/mod_dav_svn/mod_dav_svn.c?rev=1511460&r1=1511459&r2=1511460&view=diff
==============================================================================
--- 
subversion/branches/SVNParentPathTemplate/subversion/mod_dav_svn/mod_dav_svn.c 
(original)
+++ 
subversion/branches/SVNParentPathTemplate/subversion/mod_dav_svn/mod_dav_svn.c 
Wed Aug  7 19:55:32 2013
@@ -1268,7 +1268,7 @@ static const command_rec cmds[] =
   AP_INIT_TAKE1("SVNParentPathTemplate", SVNParentPathTemplate_cmd, NULL, 
ACCESS_CONF,
                 "specifies a template for a location in the filesystem whose "
                 "subdirectories are assumed to be Subversion repositories,"
-                "with %s representing the server name."),
+                "with \"%{SERVER_NAME}\" representing the server name."),
   { NULL }
 };
 


Reply via email to