Karl Fogel wrote:
> 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
>
>
Thanks for the explanation Karl.
With regards
Kamesh Jayachandran
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Sep 1 15:35:13 2006