RE: svn commit: r1350917 - in /subversion/trunk/subversion: include/svn_wc.h libsvn_wc/conflicts.c svn/notify.c
From: Bert Huijben <bert_at_qqmail.nl>
Date: Sat, 16 Jun 2012 17:34:59 +0200
> -----Original Message-----
Why does libsvn_wc do the counting of the conflicts?
All the conflicts are already notified to the notification callback, so the counting itself could just be handled by svn (as far as I know the only client that uses these conflict stats in this way).
If some higher layer (such as libsvn_client) combines operations, the calculations done by libsvn_wc won't provide the necessary results.
I think we have some precedent of providing notification actions where we need these notifications, but I don't think libsvn_wc should do the counting.
Maybe the notification could be used more generic as something like _before_conflict_resolving, or something.
Bert
|
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.