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

Re: svn_wc_get_change_walker()

From: Karl Fogel <kfogel_at_galois.collab.net>
Date: 2000-09-04 19:35:05 CEST

Greg Stein <gstein@lyra.org> writes:
> At a minimum, keep apply_delta, but call it something like
> apply_xml_delta().

Actually, how about: changes are applied via a walker, so all those
wanting to effect change acquire a walker from one source inside the
wc library (I don't care what that source is called -- the
`get_walker' name is the most logical, I think).

The feeding of an XML delta through a walker will be achieved by
making the test program to hook the two together, via the read func.
In other words, the current apply_delta() func gets moved into the
test program, and it uses get_walker() just like anyone else.
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.