Re: Question regarding merging branches
From: Philip Martin <philip_at_codematters.co.uk>
Date: 2002-09-06 16:19:06 CEST
Ben Collins-Sussman <sussman@collab.net> writes:
> "Dylan Cuthbert" <dylan@q-games.com> writes:
The merge command above takes three arguments, only two were
$ svn merge BranchURL . .
The second argument gets converted into an URL giving
$ svn merge BranchURL TrunkURL .
Now this will try to apply the changes between the first and second
> Makefile changed at all? Run 'svn diff Makefile' to see if it
No, you end up with a Makefile that looks like the one in the current
I suspect the command Dylan wants to run is
$ svn merge -rN:M http://svnserver/svn/repo/branches/test-branch/projects .
where N and M are the revisions before and after the branch change.
-- Philip Martin --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org For additional commands, e-mail: dev-help@subversion.tigris.orgReceived on Fri Sep 6 16:19:46 2002 |
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.