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