[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

RE: svn commit: r37107 - in trunk/subversion: libsvn_wc tests/cmdline

From: Bert Huijben <rhuijben_at_sharpsvn.net>
Date: Wed, 8 Apr 2009 18:55:12 +0200

> -----Original Message-----
> From: Hyrum K. Wright [mailto:hyrum_at_hyrumwright.org]
> Sent: woensdag 8 april 2009 18:37
> To: svn_at_subversion.tigris.org
> Subject: svn commit: r37107 - in trunk/subversion: libsvn_wc tests/cmdline
>
> Author: hwright
> Date: Wed Apr 8 09:36:49 2009
> New Revision: 37107
>
> Log:
> Fix a typo in followup to r37088.
>
> * subversion/tests/cmdline/upgrade_tests.py
> (basic_upgrade, upgrade_1_5): Expect the new spelling from the error
> message.
>
> * subversion/libsvn_wc/lock.c
> (check_format_upgrade): Fix spelling in error message.
>
> Modified:
> trunk/subversion/libsvn_wc/lock.c
> trunk/subversion/tests/cmdline/upgrade_tests.py
>
> Modified: trunk/subversion/libsvn_wc/lock.c
> URL:
>
http://svn.collab.net/viewvc/svn/trunk/subversion/libsvn_wc/lock.c?pathrev=3
71
> 07&r1=37106&r2=37107
>
============================================================================
==
> --- trunk/subversion/libsvn_wc/lock.c Wed Apr 8 09:26:59 2009
(r37106)
> +++ trunk/subversion/libsvn_wc/lock.c Wed Apr 8 09:36:49 2009
(r37107)
> @@ -420,7 +420,7 @@ check_format_upgrade(svn_wc_adm_access_t
> && wc_format != SVN_WC__VERSION_EXPERIMENTAL)
> {
> return svn_error_createf(SVN_ERR_WC_UNSUPPORTED_FORMAT, NULL,
> - "Working copy format is to old; run "
> + "Working copy format is too old; run "
> "'svn cleanup' to upgrade");
> }

As client author I would like to see a specific error code for working copy
to new and working copy to old. I expect many GUIs will provide some UI to
provide the upgrade after user confirmation.

        Bert

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=462&dsMessageId=1599161
Received on 2009-04-08 18:56:02 CEST

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.