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

Re: Bootstrapping

From: Philip Martin <philip_at_codematters.co.uk>
Date: 2002-06-11 18:09:02 CEST

Kevin Bond <kdb@korl.com> writes:

> > You can try to checkout rev zero (or any other revision), and update
> > that
> >
> > % svn co -r 0 -d wc http://svn.collab.net/repos/svn/trunk
> > % svn up wc
>
> [localhost:~/Development] kdb% subversion-
> r2140/subversion/clients/cmdline/svn checkout
> http://svn.collab.net/repos/svn/trunk -d svn -r 0
>
>
> subversion/libsvn_ra_dav/util.c:81
> svn_error: #21095 : <RA layer request failed>
> PROPFIND of /repos/svn/$svn/bc/0/trunk: 404 Not Found

My mistake, 'trunk' doesn't exist in rev 0. Try a non-recursive
checkout of rev 1

% svn checkout http://svn.collab.net/repos/svn/trunk -d svn -r 1 -n

and then an update (which will be recursive)

% svn up svn

-- 
Philip
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Jun 11 18:09:45 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.