cmpilato@localhost.localdomain wrote on 08/04/2005 10:51:10 AM:
> I'm constantly frustrated that passing -rX (instead of -rX:Y) as the
> operative range for merge operations doesn't default to -rX:X-1
> behavior. Like, I wanna say "cherry pick a merge of revision 14" and
> I run 'svn merge -r14 ...' only to get bounced for not having
> specified a full revision range.
>
> What would others think about relaxing the 'svn merge' UI such that
> passing a single revision means, "merge that one revision"?
I assume you meant does not default to -rX-1:X?
I agree that this would be a nice usability win for the command. It would
be nice if this also worked: -rPREV:X and then we could say that -rX
implied the former. It does seem possible that if people are not always
forced to specify X-1 then when they try to merge multiple revisions they
will make the same mistake.
How about a new "cherry-pick" syntax like: --revs 14,17,21 that would
merge those specific revisions?
Mark
_____________________________________________________________________________
Scanned for SoftLanding Systems, Inc. by IBM Email Security Management Services powered by MessageLabs.
_____________________________________________________________________________
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Aug 4 17:02:48 2005