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

Re: issue 919 solution

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2003-06-20 00:58:15 CEST

Jack Repenning <jrepenning@collab.net> writes:

> >[P.S. I also thought of a "sneaky but lazy" alternative
> >solution... instead of marking the child as 'deleted', we can mark the
> >parent as 'incomplete'.
>
> Ah, yes, thanks: great counter-example! The 'incomplete' state means
> "something was aborted," I believe.

'incomplete' != 'aborted'. Not at all! It means that the directory
isn't 100% confident that it has a correct/complete list of entries.

And the only thing that makes use of this flag is 'svn update'. When
libsvn_wc begins an update-report and sees the flag, it says, "ok,
time to resort to the cvs style of reporting: iterate all entries to
the server, rather than just throwing out a directory revnum."

For example... this is how we do checkouts now: we create a root
directory with a single entry for '.', mark it 'incomplete', and run
'svn update'. Has nothing to do with abortions or failures.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Jun 20 01:00: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.