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

Re: [PATCH] "svn move": note that "-r" has no use and is deprecated

From: Michael Brouwer <mb.7766_at_gmail.com>
Date: 2005-11-10 17:58:13 CET

Although logically the delete part of a move always applies to HEAD, is
there any reason the -r shouldn't affect just the copy part of move?

So
svn move -r 4 foo.c bar.c
would be equivalent to
svn copy -r 4 foo.c bar.c
svn delete foo.c

I can't think of a real use case right now though, so maybe deprecating the
option does make more sense.

Michael

On 11/8/05, Julian Foad <julianfoad@btopenworld.com> wrote:
>
> Daniel Rall wrote:
> > On Tue, 08 Nov 2005, Peter N. Lundblad wrote:
> >>On Tue, 8 Nov 2005, Julian Foad wrote:
> >>
> >>>This patch effectively makes public the deprecation of "-r" for "svn
> move". It
> >>>is already implemented to return an error unless the revision specifier
> is "HEAD".
> >>
> >>+1.
> >
> > Looks good Julian, +1.
>
> Thanks. r17264.
>
> - Julian
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: dev-help@subversion.tigris.org
>
>
Received on Thu Nov 10 18:01:21 2005

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.