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

RE: Bug with missing scheduled-for-delete dir

From: Miller, Eric <Eric.Miller_at_amd.com>
Date: Wed, 9 Jan 2008 10:11:22 -0800

I should note that before the unlock, status on the missing path gives
some bizarro errors:

% svn st -u wc/dir
svn: Working copy path 'dir/afile' does not exist in repository

This is what gave me the clue to unlock afile.

>
> But... oddly enough we can remove the blockage:
> % svn unlock wc/afile
> 'afile' unlocked.
>
> And then through some trickery, restore the path:
> % svn up -N wc/dir
> D wc/dir
> Updated to revision 1.
>
> % svn up -N wc/dir
> A wc/dir
> Updated to revision 1.
>
> All is well:
> % svn st -u wc
> ? wc/dir2
> Status against revision: 1

Eric

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: dev-help_at_subversion.tigris.org
Received on 2008-01-09 19:12:25 CET

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.