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

Re: CVS update: subversion/subversion/libsvn_wc apply_delta.c

From: Karl Fogel <kfogel_at_galois.collab.net>
Date: 2000-08-31 16:30:03 CEST

Greg Stein <gstein@lyra.org> writes:
> The current WC code assumes a depth-first traversal. You must call
> finish_directory on B (and D) before calling add_directory for C. This is
> the whole "telescoping" thing vs. creating new batons.

The telescoping is going away, in favor of just dup'ing the strings.

I'm actually trying to make the wc library not sensitive to
breadth-first vs depth-first, and I think this is quite possible. The
callbacks should `just work', whenever they're called, as long as this
basic condition is met: that callbacks about a given directory have
always been called by the time callbacks about descendents under that
directory get called.
Received on Sat Oct 21 14:36:07 2006

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.