Why does a merge require one to supply revs at cmdline?
From: Matt England <mengland_at_mengland.net>
Date: 2006-02-10 17:39:06 CET
Why does a 'svn merge' command require one to supply revs at the cmdline?
Details:
Put another way: if the svn system already knows from which rev a branch
$ svn merge -r 341:405
As demonstrated at:
http://svnbook.red-bean.com/en/1.1/ch04s04.html#svn-ch-4-sect-4.1
?
In other words, why can't svn be "smart" about this operation:
$ svn merge http://svn.example.com/repos/calc/branches/my-calc-branch
...and simply apply all the changes made in my-calc-branch so that the user
Is this simply a future feature? I'd sure like it. I can see continually
-Matt
---------------------------------------------------------------------
|
This is an archived mail posted to the Subversion Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.