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

Re: svn commit: rev 5917 - in trunk/subversion: include libsvn_repos

From: <cmpilato_at_collab.net>
Date: 2003-05-13 19:09:27 CEST

sussman@tigris.org writes:

> Author: sussman
> Date: Tue May 13 11:41:29 2003
> New Revision: 5917
>
> Modified:
> trunk/subversion/include/svn_ra.h
> trunk/subversion/include/svn_repos.h
> trunk/subversion/libsvn_repos/reporter.c
> Log:
> Continue work on issue #730: restartable checkouts.
>
> It occurs to me that if set_path() or link_path() is called with
> 'start_empty' = TRUE, this not only means we should assume the
> directory is empty of entries, but empty of props as well. That's the
> technical definition a 'revision' of a directory. For an incomplete
> wc directory, the client will need to report both the entries *and*
> props it has.

Before you go adding an additional reporter vtable item for saying "I
have this prop" and "Oh, I have this prop, too", please consider that
properties are generally very very small, and it might just be easier
to re-fetch all the props for incomplete dirs.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue May 13 19:14:02 2003

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.