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

Re: Nuutti wants to tackle issue 730

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2003-01-08 17:53:09 CET

Karl Fogel <kfogel@newton.ch.collab.net> writes:

> I'll bet you won't need to touch the RA interfaces too much... But if
> you do, c'est la vie. Whatever it takes to solve this problem.

Yeah, if you read the commentary in the issue, I think this problem
can mainly be solved by changing the way libsvn_wc constructs a
working copy.

In my own mind, I imagine the solution to this problem is not that
'svn co' is really restartable, but rather, than 'svn up' can finish
an interrupted checkout by noticing missing things.

As the RA layer drives the update/checkout editor, it's a depth-first
drive. That depth-firstness is what makes us so fragile at the
moment. If the update-editor changed the way it built working copies,
then 'svn up' would have enough information to know that a directory
is "incomplete", and know how to finish retrieving things.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Jan 8 17:56:38 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.