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

heads up for gstein

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2001-06-07 19:28:58 CEST

Greg, I'm adding a new function to the svn_ra_reporter_t vtable called
"delete_path".

The reason I'm doing this is that crawl_revisions, while driving the
reporter, is now going to notice *missing* objects. This needs to
result in the objects being deleted from the fs transaction, so that
dir_delta re-send them as part of the update.

(Also, crawl_revisions is going to noticed unversioned stuff in the
working copy, so it can print a '?' like CVS does.)

I'm looking through libsvn_ra_dav/fetch.c, and for now I'll add a
dummy func to your static reporter table, and you can fill it out
later. I guess you'll need to make mod_dav_svn call
svn_repos_delete_path() now, in addition to calling
svn_repos_set_path().

Just a warning... look for my forthcoming commits.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Oct 21 14:36:31 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.