Problems with merge - nothing happens?
From: Ken Miller <klm_at_shetlandsoftware.com>
Date: 2004-11-09 23:25:54 CET
I've merged changes across parts of the Subversion tree before, but for
If I do this:
svn diff $R/pos/tags/pos.AUTH_RETALIX_R1_2_P10 $R/pos/trunk
I see a list of differences. What I want to do is take the differences
Now, the 'tag' was created at version 3875 (as shown by svn log
svn merge $R/pos/tags/pos.AUTH_RETALIX_R1_2_P10@3875 $R/pos/trunk .
where '.' is the most up to date version (3878), ie, it matches
What am I doing wrong? I also tried:
svn merge -r 3875:head $R/pos/tags/pos.AUTH_RETALIX_R1_2_P10 .
(the third form of the merge), and I also got nothing.
Can someone help me out here?
Many thanks.
-klm.
---------------------------------------------------------------------
|
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.