Merge - File is both added 'A' and has a conflict 'C' - merge reports 'A'
From: Mike Mills <mike_at_rootbin.com>
Date: 2003-05-08 02:50:42 CEST
It is possible for a file to have both a status of 'A' Added as well as 'C'
Steps to reproduce:
Lets say I have a project with a main trunk t a branch b and a common
1) Add a file c to t with contents:
2) Commit t
3) Add a file c to b with contents:
4) Commit b
Now i go to do a merge :
cd t
svn merge v b .
And I get:
BUT the file also has conflicts. So a "cat" reveals:
$ cat c
and svn status shows a conflict:
$ svn status c
So, it seems that in order to get a proper account of the results of a
- Mike
---------------------------------------------------------------------
|
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.