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

Re: suggestion about the merge-tracking branch

From: Daniel Berlin <dberlin_at_dberlin.org>
Date: 2006-07-07 13:42:18 CEST

Madan U Sreenivasan wrote:
> Hi,
>
> This is about the merge-tracking code.
> Am wondering why 'merge' insists on a revision range on the command
> line. If for example the user wants to merge r12, it implicitly means
> r11:12. Why cant this be generated?

It is, if you use -c

svn merge -c 12 will do what you want.

> Why should we put the burden on the
> user?

Eventually in fact, the minimum is that we shouldn't require a revision
range at all, just a url, since we can figure out the rest on our own
with merge tracking info.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Jul 7 13:43:14 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.