[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

When does update/merge conflict produce .edited file?

From: Mark Phippard <markphip_at_gmail.com>
Date: Tue, 6 Nov 2012 15:03:32 -0500

Please see this thread from Subclipse mailing list:

http://svn.haxx.se/subusers/archive-2012-11/0001.shtml

Basically, a user has a recipe where an svn update has text conflicts.
 In addition to the usual conflict files, there is also a file named
"foo.txt.edited" created. I can see in libsvn_wc/merge.c (in 1.7.x
branch) that this can happen. In trunk this is now in conflicts.c.

It is not clear to me what scenario triggers this, as I could not reproduce it.

Anyway, it seems like the possible bug is that svn resolve does not
remove this file as it does the others. Maybe if I could reproduce
the problem I would understand why it is not removed, but it seems
like a bug.

-- 
Thanks
Mark Phippard
http://markphip.blogspot.com/
Received on 2012-11-06 21:04:04 CET

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.