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 2015/01/30 01:13:51 UTC

svn commit: r1655892 - /subversion/branches/pin-externals/subversion/svn/svn.c

Author: stsp
Date: Fri Jan 30 00:13:51 2015
New Revision: 1655892

URL: http://svn.apache.org/r1655892
Log:
On the pin-externals branch, fix 'svn help copy' documentation.

* subversion/svn/svn.c
  (svn_cl__options): We don't pin externals to their last-changed
   revision anymore. Just say "current" revision, for brevity.
   In fact, it's HEAD if the copy source is a URL, and it's the
   revision of the external WC if the copy source is a WC.

Modified:
    subversion/branches/pin-externals/subversion/svn/svn.c

Modified: subversion/branches/pin-externals/subversion/svn/svn.c
URL: http://svn.apache.org/viewvc/subversion/branches/pin-externals/subversion/svn/svn.c?rev=1655892&r1=1655891&r2=1655892&view=diff
==============================================================================
--- subversion/branches/pin-externals/subversion/svn/svn.c (original)
+++ subversion/branches/pin-externals/subversion/svn/svn.c Fri Jan 30 00:13:51 2015
@@ -422,7 +422,7 @@ const apr_getopt_option_t svn_cl__option
   {"pin-externals", opt_pin_externals, 0,
                        N_("pin externals with no explicit revision to their\n"
                           "                             "
-                          "last-changed revision (recommended when tagging)")},
+                          "current revision (recommended when tagging)")},
 
   /* Long-opt Aliases
    *