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

notification of merge start shows up too late

From: David Glasser <glasser_at_davidglasser.net>
Date: Fri, 2 May 2008 10:19:56 -0700

The "--- Merging" notification can show up *after* the first conflict
resolver call, if there's a conflict on the first item:

glasser_at_smiler:/opt/svn/checkouts/in-memory-cache$ svn merge $SR/trunk
Conflict discovered in 'build.conf'.
Select: (p) postpone, (df) diff-full, (e) edit, (mc) mine-conflict,
(tc) theirs-conflict,
        (s) show all options: e
[...]
Select: (p) postpone, (df) diff-full, (e) edit, (mc) mine-conflict,
(tc) theirs-conflict, (r) resolved,
        (s) show all options: r
--- Merging r30619 through r30947 into '.':
U build.conf

I'm not familiar with all the "operative notification" machinery in
libsvn_client/merge.c; there's a lot of tricky logic! Is there
someone more familiar who could fix this (by making sure the
merge-begin gets notified at the actual beginning of the merge, not at
the time of printing the first item's line)?

--dave

-- 
David Glasser | glasser@davidglasser.net | http://www.davidglasser.net/
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: dev-help_at_subversion.tigris.org
Received on 2008-05-02 19:20:11 CEST

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.