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

Re: Bootstrapping

From: Kevin Bond <kdb_at_korl.com>
Date: 2002-06-11 17:54:19 CEST

On Tuesday, June 11, 2002, at 11:35 AM, Philip Martin wrote:

> Kevin Bond <kdb@korl.com> writes:
>
> Don't know if it helps, but the svn.collab.net repository is available
> on port 81 as well as port 80.
>
Does not matter.

>>
>>
>> However, the bigger issue is how to recover from this. Unlike CVS, I
>> can't just do another checkout and ignore the warnings and it seem
>
> Really, what happens when you try? Is the working copy locked? If so
> run 'svn cleanup' first. However a repeated checkout will start at
> the begining and attempt to retrieve the same files as the original
> checkout, so it probably won't help.
>

[localhost:~/Development] kdb% subversion-
r2140/subversion/clients/cmdline/svn checkout
http://svn.collab.net/repos/svn/trunk -d svn

subversion/libsvn_wc/adm_files.c:1012
svn_error: #21036 : <Obstructed update>
   revison 2155 doesn't match existing revision 0 in 'svn'

>> unlikely that an update would work, so how do I get past this error?

[localhost:~/Development/svn] kdb% ../subversion-
r2140/subversion/clients/cmdline/svn update

subversion/libsvn_ra_dav/util.c:333
svn_error: #21061 : <Filesystem directory has no such entry>
   REPORT request failed on /repos/svn/trunk

subversion/libsvn_ra_dav/util.c:163
svn_error: #21061 : <Filesystem directory has no such entry>

file not found: transaction `37968', path `/trunk/svn_config.dsp'

>
> 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

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