You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by di...@vsetech.ru on 2005/07/26 22:38:43 UTC

Some unrecoverable corruption of working copy occured!

Hi!

While trying to use support for subversion in jbuilder 2005, we
have accidently somehow corrupt one working copy.

Now, doing first, we have

svn add src\com\...\data
svn: Working copy 'src\com\...' locked
svn: run 'svn cleanup' to remove locks (type 'svn help cleanup' for details)

Doing second, we have

svn cleanup
svn: 'src\com\...\data' is not a working copy directory

Which gives us vicious circle.

How can we rapair such a situation?

Thanks.

Dims.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org


Re: Some unrecoverable corruption of working copy occured!

Posted by kf...@collab.net.
dims@vsetech.ru writes:
> While trying to use support for subversion in jbuilder 2005, we
> have accidently somehow corrupt one working copy.
> 
> Now, doing first, we have
> 
> svn add src\com\...\data
> svn: Working copy 'src\com\...' locked
> svn: run 'svn cleanup' to remove locks (type 'svn help cleanup' for details)
> 
> Doing second, we have
> 
> svn cleanup
> svn: 'src\com\...\data' is not a working copy directory
> 
> Which gives us vicious circle.
> 
> How can we rapair such a situation?

Do you really have "..." in the output, or is that your own
abbreviation?  Please see http://svn.collab.net/repos/svn/trunk/BUGS
for more about writing bug reports.

(I suspect that editing the .svn/entries file of the parent directory
of data, to remove the entry for "data", would fix this, but am not
sure.)

-Karl


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org