Re: Advice Needed: Merging Branch back into Trunk
From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2003-04-01 20:44:33 CEST
"Richard In Public" <edification@blueyonder.co.uk> writes:
> What I'm trying is the following:
This is a common fallacy.
Suppose you have /trunk, then copy it to /mybranch. Then you make
'svn merge' compares two URLs, and merges the diffs into a working
That means that to begin with, you need a working copy of /trunk.
Then you want to compare *two versions of the branch* to generate the
In other words, you want to do something like this:
$ svn co http://.../trunk
$ svn merge http://.../branch@X http://.../branch@Y .
$ svn commit
X is the revision in which /branch was first created, and Y is
If you repeat this merge later on, you have to be careful not to
---------------------------------------------------------------------
|
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.