Login | Register
My pages Projects Community openCollabNet

Discussions > dev [DISABLED] > RE: svn commit: r37107 - in trunk/subversion: libsvn_wc tests/cmdline

subversion
Discussion topic

There will be a brief maintenance window every Friday at 17:00 Pacific.
For further details, see CollabNet's maintenance and upgrade policy.

Back to topic list

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

Author rhuijben
Full name Bert Huijben
Date 2009-04-08 09:55:16 PDT
Message > -----Original Message-----
> From: Hyrum K. Wright [mailto:hyrum at hyrumwright dot org]
> Sent: woensdag 8 april 2009 18:37
> To: svn at subversion dot tigris dot 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/cmd​line/upgrade_tests.p​y
> (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/lib​svn_wc/lock.c
> trunk/subversion/tes​ts/cmdline/upgrade_t​ests.py
>
> Modified: trunk/subversion/lib​svn_wc/lock.c
> URL:
>
http://svn.collab.ne​t/viewvc/svn/trunk/s​ubversion/libsvn_wc/​lock.c?pathrev=3
71
> 07&r1=37106&r2=37107
>
====================​====================​====================​================
==
> --- trunk/subversion/lib​svn_wc/lock.c Wed Apr 8 09:26:59 2009
(r37106)
> +++ trunk/subversion/lib​svn_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(SV​N_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

« Previous message in topic | 1 of 1 | Next message in topic »

Messages

Show all messages in topic

RE: svn commit: r37107 - in trunk/subversion: libsvn_wc tests/cmdline rhuijben Bert Huijben 2009-04-08 09:55:16 PDT
Messages per page: