tree conflict not justified while merging
From: Frédéric Ville <frederic.ville_at_gmail.com>
Date: Wed, 17 Jun 2009 12:06:24 -0700
Hi,
I think there is something wrong with the new tree conflict feature when I
Here is the description of my simple test case:
1. I created a repository that contains the following structure:
2. I added into the trunk the file 'file1' (revision 3)
3. I copied the trunk into a new branch '1.0' (revision 4)
svn cp ^/trunk ^/branches/1.0 -m '1.0 created from trunk'
4. I added into the trunk a new file 'file2' (revision 5)
5. I checked out the branch '1.0' and type the following command:
svn merge ^/trunk --dry-run
I got an unexpected conflict with 'file1' ...
Thanks for your help,
------------------------------------------------------
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
|
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.