[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/tests-common svn_test_editor.c

From: Ben Collins-Sussman <sussman_at_newton.collab.net>
Date: 2001-01-27 05:17:56 CET

Greg Hudson <ghudson@MIT.EDU> writes:

> I don't really relish debugging this, given how fundamentally you've
> changed the design assumptions of the editor. If it's okay, I'm going
> to start over and redo the change by keeping a count of the number of
> open files in edit_context. That way the deletion of directory batons
> doesn't need to be deferred.

Sorry this happened, Greg. In theory, it's easy to say "whatever
close_edit() used to do, can now be done by close_dir(root)". But
when looking at your xml editor, it seems that your close_edit() was
doing a </delta-pkg>, which was unique. While Karl's editor (the
update editor) is keeping track of open directories, I guess I
successfully predicted that you'd prefer to track open file_batons
instead. ;)
Received on Sat Oct 21 14:36:20 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.