Problem with following renames in 1.1
From: Folker Schamel <schamel23_at_spinor.com>
Date: 2004-09-04 15:19:49 CEST
Hello!
Merging within one tree ("merge -r X:Y WC-PATH") nicely follows renames in 1.1.
However, when merging changes from trunk into a branch or vice versa
See the transscript below.
The new 'peg' syntax "merge BRANCH-URL@REV -r X:Y PATH" seems not to help.
I suppose this is a more fundamental problem, but neverthanless:
*****
C:\temp\svntest>svnadmin --version
Copyright (C) 2000-2004 CollabNet.
C:\temp\svntest>svnadmin create --fs-type fsfs repro
C:\temp\svntest>svn mkdir file:///temp/svntest/repro/trunk -m ""
Committed revision 1.
C:\temp\svntest>svn checkout file:///temp/svntest/repro/trunk wc_trunk
C:\temp\svntest>echo file1 1>wc_trunk/file1.txt
C:\temp\svntest>echo file2 1>wc_trunk/file2.txt
C:\temp\svntest>echo file3 1>wc_trunk/file3.txt
C:\temp\svntest>svn add wc_trunk/file1.txt
C:\temp\svntest>svn add wc_trunk/file2.txt
C:\temp\svntest>svn add wc_trunk/file3.txt
C:\temp\svntest>svn commit wc_trunk -m ""
C:\temp\svntest>svn copy file:///temp/svntest/repro/trunk file:///temp/svntest/r
Committed revision 3.
C:\temp\svntest>svn checkout file:///temp/svntest/repro/branch wc_branch
C:\temp\svntest>svn move wc_trunk/file2.txt wc_trunk/file2_moved_in_trunk.txt
C:\temp\svntest>svn commit wc_trunk -m "Refactoring"
Committed revision 4.
C:\temp\svntest>svn move wc_branch/file3.txt wc_branch/file3_moved_in_branch.txt
A wc_branch\file3_moved_in_branch.txt
C:\temp\svntest>svn commit wc_branch -m "Rename in branch"
Committed revision 5.
C:\temp\svntest>echo file1.new.branch (bug fix in branch) 1>wc_branch/file1.txt
C:\temp\svntest>echo file2.new.branch (bug fix in branch) 1>wc_branch/file2.txt
C:\temp\svntest>echo file3.new.branch (bug fix in branch) 1>wc_branch/file3_mov
C:\temp\svntest>svn commit wc_branch -m "Bug fixes in branch"
C:\temp\svntest>svn merge file:///temp/svntest/repro/branch -r 5:6 wc_trunk
C:\temp\svntest>
*****
---------------------------------------------------------------------
|
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.