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

Re: svn commit: r23190 - trunk/subversion/libsvn_client

From: Daniel Rall <dlr_at_collab.net>
Date: 2007-01-26 22:51:02 CET

On Thu, 25 Jan 2007, Kobayashi Noritada wrote:

> Hi,
>
> > Author: dlr
> > Date: Tue Jan 23 12:49:42 2007
> > New Revision: 23190
> >
> > Log:
> > Improve error message for 'svn move'.
> >
> > * subversion/libsvn_client/copy.c
> > (setup_copy): Improve error message used when a repository -> WC
> > move is attempted.
> >
> >
> > Modified:
> > trunk/subversion/libsvn_client/copy.c
>
> > /* Disallow moves between the working copy and the repository. */
> > return svn_error_create
> > (SVN_ERR_UNSUPPORTED_FEATURE, NULL,
> > - _("No support for repos <--> working copy moves"));
> > + _("Repository to working copy moves are not supported"));
>
> The previous message and comment (and code) seems to be for WC->repos
> moves as well as for repos->WC ones, although the committed message is
> only for the latter. Should we make the message something like this?
>
> "Moves between the working copy and the repository are not supported"

Good catch, Nori. +1 on your suggested wording, please make it so.

- Dan

  • application/pgp-signature attachment: stored
Received on Mon Jan 29 19:04:40 2007

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.