| [BUG] Merge does not pick up svn copy WC URL
From: Francois Beausoleil <fbos_at_users.sourceforge.net>
 Date: 2004-02-09 05:08:29 CET 
Hi,
 The following recipe does behave as I would expect:
 Should the final merge have picked up fileB.java ?  In my opinion, yes.
 I copied a sample run at the end of this mail message.
 Bye !
 K:\>svn --version
 Copyright (C) 2000-2004 CollabNet.
 The following repository access (RA) modules are available:
 * ra_dav : Module for accessing a repository via WebDAV (DeltaV)
 K:\>svnadmin create repos
 K:\>svn checkout file:///repos wc
 K:\>cd wc
 K:\wc>mkdir trunk tags branches
 K:\wc>cd trunk
 K:\wc\trunk>echo "fileA"  1>fileA.java
 K:\wc\trunk>cd ..
 K:\wc>svn add trunk tags branches
 K:\wc>svn commit --message "initial version"
 K:\wc>cd trunk
 K:\wc\trunk>echo "fileB"  1>fileB.java
 K:\wc\trunk>svn add fileB.java
 K:\wc\trunk>svn copy . file:///repos/branches/temp --message "Creating
 Committed revision 2.
 K:\wc\trunk>svn revert -R .
 K:\wc\trunk>del fileB.java
 K:\wc\trunk>cd ..
 K:\wc>svn update
 K:\wc>cd branches\temp
 K:\wc\branches\temp>echo "fileC"  1>fileC.java
 K:\wc\branches\temp>svn add fileC.java
 K:\wc\branches\temp>svn commit --message "Adding fileC"
 K:\wc\branches\temp>cd ..\..\trunk
 K:\wc\trunk>svn merge --dry-run --revision 2:head
 K:\wc\trunk>svn merge --revision 2:head file:///repos/branches/temp
 ---------------------------------------------------------------------
 | 
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.