You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by st...@apache.org on 2014/06/25 14:33:21 UTC

svn commit: r1605372 - /subversion/trunk/subversion/svn/svn.c

Author: stsp
Date: Wed Jun 25 12:33:20 2014
New Revision: 1605372

URL: http://svn.apache.org/r1605372
Log:
* subversion/svn/svn.c
  (svn_cl__cmd_table): Document ^/../ relative external syntax. This was
   documented in the svnbook but not mentioned here.

Modified:
    subversion/trunk/subversion/svn/svn.c

Modified: subversion/trunk/subversion/svn/svn.c
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/svn/svn.c?rev=1605372&r1=1605371&r2=1605372&view=diff
==============================================================================
--- subversion/trunk/subversion/svn/svn.c (original)
+++ subversion/trunk/subversion/svn/svn.c Wed Jun 25 12:33:20 2014
@@ -1402,6 +1402,7 @@ const svn_opt_subcommand_desc2_t svn_cl_
      "        ^/   to the repository root\n"
      "        /    to the server root\n"
      "        //   to the URL scheme\n"
+     "      ^/../  to a sibling repository beneath the same SVNParentPath location\n"
      "      Use of the following format is discouraged but is supported for\n"
      "      interoperability with Subversion 1.4 and earlier clients:\n"
      "        LOCALPATH [-r PEG] URL\n"