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 2022/03/08 18:36:38 UTC

svn commit: r1898741 - /subversion/branches/pristines-on-demand-on-mwf/subversion/svn/upgrade-cmd.c

Author: danielsh
Date: Tue Mar  8 18:36:38 2022
New Revision: 1898741

URL: http://svn.apache.org/viewvc?rev=1898741&view=rev
Log:
On the pristines-on-demand-on-mwf branch, copyedit an informational message.

Part of SVN-4885, but the discussion there did not account for the fact that
there is no single working copy (target) name available in this context.

* subversion/svn/upgrade-cmd.c
  (svn_cl__upgrade): Have the output identify the program that generated
		it.  Use plural since this is an overall message relevant to one or
		more targets.

Modified:
    subversion/branches/pristines-on-demand-on-mwf/subversion/svn/upgrade-cmd.c

Modified: subversion/branches/pristines-on-demand-on-mwf/subversion/svn/upgrade-cmd.c
URL: http://svn.apache.org/viewvc/subversion/branches/pristines-on-demand-on-mwf/subversion/svn/upgrade-cmd.c?rev=1898741&r1=1898740&r2=1898741&view=diff
==============================================================================
--- subversion/branches/pristines-on-demand-on-mwf/subversion/svn/upgrade-cmd.c (original)
+++ subversion/branches/pristines-on-demand-on-mwf/subversion/svn/upgrade-cmd.c Tue Mar  8 18:36:38 2022
@@ -91,8 +91,8 @@ svn_cl__upgrade(apr_getopt_t *os,
       && ! opt_state->quiet)
     {
       const char *msg
-        = _("Working copy is already at version %d.%d. "
-            "The highest version supported by this client can be "
+        = _("svn: The target working copies are already at version %d.%d; "
+            "the highest version supported by this client can be "
             "specified with '--compatible-version=%d.%d'.\n");
       SVN_ERR(svn_cmdline_printf(scratch_pool, msg,
                                  default_version->major, default_version->minor,