On Tue, Jun 11, 2002 at 05:09:02PM +0100, Philip Martin wrote:
> 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
Unless someone has re-vamped non-recursive checkout handling since I wrote it,
this won't work either. There will be no entries for the subdirs, and so the
update will not realise that they are missing...
>
> --
> Philip
>
--
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Kevin Pilch-Bisson http://www.pilch-bisson.net
"Historically speaking, the presences of wheels in Unix
has never precluded their reinvention." - Larry Wall
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- application/pgp-signature attachment: stored
Received on Tue Jun 11 18:20:56 2002