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

Re: svnmerge.py not using standard revision syntax

From: Karl Fogel <kfogel_at_google.com>
Date: 2006-08-31 21:23:33 CEST

Kamesh Jayachandran <kamesh@collab.net> writes:
>> svn merge -r r123:r456 http://....
> May be just
> -r 123:456 http://....
>
> So that it can be pasted to 'svn
> diff|merge|whichever_sub_command_which_can_understand_rev_range'

I think you may have misunderstood the suggestion...

The idea is that svn itself should handle revision numbers both with
and without the "r", so that when you cut-and-paste from a source that
has the "r", things still work. Your command line above would still
work, but with the proposed change, all of these would work:

   -r 123:456
   -r r123:r456
   -r r123:456
   -r 123:r456

(and of course the space would still be optional).

Best,
-Karl

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Aug 31 21:24:39 2006

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.