RE: svn merge lies?
From: Reedick, Andrew <Andrew.Reedick_at_BellSouth.com>
Date: 2006-07-12 00:30:37 CEST
> -----Original Message-----
Ugh, I was right for at least 1.3.0. I'll have to check on 1.4 later.
It is an evil_twin/add+delete problem:
> If you can find a simple reproduction recipie that would be great...
Create a test repository and run this script:
## change me!!
## Create trunk, and create branch from trunk
## Create a workspace
## Create trunk version of foo.java
svn update
## Create branch version of foo.java
svn update
## Do the merge. Merge from branch to trunk.
cd merge
## Find out where we're merging from
svn log -v --stop-on-copy $URL/branch
svn merge -r 2:4 $URL/branch
svn status
=======================================
/tmp/andrew/bug/merge:svn merge -r 2:4 svn://server/repos/branch
/tmp/andrew/bug/merge:svn status
*****
The information transmitted is intended only for the person or entity to which it is addressed and may contain confidential, proprietary, and/or privileged material. Any review, retransmission, dissemination or other use of, or taking of any action in reliance upon this information by persons or entities other than the intended recipient is prohibited. If you received this in error, please contact the sender and delete the material from all computers. 163
---------------------------------------------------------------------
|
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.