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

Re: I need help to restore my files from svn

From: Ulrich Eckhardt <eckhardt_at_satorlaser.com>
Date: Thu, 6 May 2010 15:50:34 +0200

On Wednesday 05 May 2010, frank wang wrote:
> [...]I try to commit the changes I got:
>
> Error Working copy 'c:\work2\test\include' locked
> Erro Please execute the 'Cleanup' command.
>
> At the dos prompt I type: svn cleanup and then I got error message:
> svn: Error at entry 1 in entries file for 'test/include/codes': has
> invlaid node kind
>
> How can I fix this problem? Now I could not update or commit my code.

It seems that your working copy has become invalid is some kind. What you
could do is to simply check out a new working copy, then copy over all files
from the old one that contain changes (don't copy the .svn folders though!).
Then, review the changes, because the changes from the old WC might be based
on a different revision than the new working copy, so don't blindly assume
things fit.

The question that remains is what broke the working copy. Typical candidates
are tools that simply ignore that the .svn folders are read-only and hidden
and still perform e.g. text replacements in there.

Uli

-- 
ML: http://subversion.tigris.org/mailing-list-guidelines.html
FAQ: http://subversion.tigris.org/faq.html
Docs: http://svnbook.red-bean.com/
Sator Laser GmbH, Fangdieckstraße 75a, 22547 Hamburg, Deutschland
Geschäftsführer: Thorsten Föcking, Amtsgericht Hamburg HR B62 932
**************************************************************************************
Sator Laser GmbH, Fangdieckstraße 75a, 22547 Hamburg, Deutschland
Geschäftsführer: Thorsten Föcking, Amtsgericht Hamburg HR B62 932
**************************************************************************************
           Visit our website at <http://www.satorlaser.de/>
**************************************************************************************
Diese E-Mail einschließlich sämtlicher Anhänge ist nur für den Adressaten bestimmt und kann vertrauliche Informationen enthalten. Bitte benachrichtigen Sie den Absender umgehend, falls Sie nicht der beabsichtigte Empfänger sein sollten. Die E-Mail ist in diesem Fall zu löschen und darf weder gelesen, weitergeleitet, veröffentlicht oder anderweitig benutzt werden.
E-Mails können durch Dritte gelesen werden und Viren sowie nichtautorisierte Änderungen enthalten. Sator Laser GmbH ist für diese Folgen nicht verantwortlich.
**************************************************************************************
Received on 2010-05-06 15:51:12 CEST

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.