Re: Disabling automatic conflict resolution?
From: <james-tigris_at_jrv.org>
Date: 2003-08-17 08:01:22 CEST
Thanks - that's what I meant. I used the wrong terminology.
It looks like this line in libsvn_wc/merge.c:svn_wc_merge() is the
contains_conflicts = svn_diff_contains_conflicts (diff);
might perhaps become
contains_conflicts = diff != NULL;
to say that any difference at all always becomes a conflict. This
I realize that automatic merging is a helpful feature. But the people
-----Original Message-----
cmpilato@collab.net writes:
I think James means automatic merging. And we don't have any option
---------------------------------------------------------------------
|
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.