Re: Svn diff and merge don't seem to work for me.
From: Ryan Schmidt <subversion-2005_at_ryandesign.com>
Date: 2005-10-22 23:03:51 CEST
On Oct 22, 2005, at 02:11, Jim Lynch wrote:
> However I still don't understand the reason the merge doesn't work
It probably does work correctly, but maybe not the way you expect. :-)
I don't come from a CVS background like you do, so maybe you're
For example, if you have trunk and a release branch called branch1,
svn merge -r50:51 $REPO/project/trunk /path/to/working/copy/of/branch1
It creates a set of instructions necessary to convert revision 50 of
If you're already in the working copy of branch1, you can omit the
cd /path/to/working/copy/of/branch1
There are other possible syntaxes for svn merge for different
If that's still not clear, show us the commands you're executing, and
---------------------------------------------------------------------
|
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.