RE: Merge problem after changing directory tree structure
From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2004-03-30 21:20:08 CEST
On Tue, 2004-03-30 at 13:07, Derek Mahar wrote:
The true, "fully expanded" form of diff and merge is:
svn [diff|merge] URL1@X URL2@Y
This syntax allows you to compare any two directories anywhere in the
The form
svn [diff|merge] -rX:Y URL
is just a shorthand for
svn [diff|merge] URL@X URL@Y
So the first example works, because you're asking for a comparison of
---------------------------------------------------------------------
|
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.