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

Re: cadaver+expect+wget = svn co

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2002-12-06 03:51:44 CET

"Craig Peterein" <craig@peterein.org> writes:

> Someone a while back wanted to wget from an svn repository. But you
> can't just grab the regular url, since someone may commit in the
> middle.

Sorry, I totally misunderstood what your script is doing. When you
talked about 'wget a url' above, I thought you were talking about a
single GET on some public file url. But you're actually talking about
making wget retrieve an entire tree!

Yes, if you try to walk a the "public tree" of urls, then the tree may
change between GETs and PROPFINDs. So your script is all good... it
gets a baseline-collection url (via cadaver) which represents a
*single* immutable revision tree, and then uses 'wget' to magically
walk the tree.

Never mind. :-)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Dec 6 03:54:16 2002

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.