You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Brian Estlin <br...@implementality.com> on 2006/10/26 22:19:35 UTC

wc can't recover from this series of errors?

Hi All,

I did an 'svn up' and got an error because another developer had added a 
file which existed (uncontrolled) in my WC.  So far, as expected.  I 
moved away my local file and repeated the 'svn up'.  This time I got a 
different error because a different file was open in another 
application.  I closed the file, and ran 'svn cleanup'.  At this point I 
got the error:

svn: Error processing command 'modify-wcprop' in '.'
svn: 'CAHSEE_Shell_R.swf' is not under version control

Where the file named is the first one I mentioned.  Further attempts at 
'svn up' and 'svn cleanup' continue to fail.  A transcript follows.

Is this a bug in the new WC implementation?  Is there any way to recover 
besides deleting and re-updating the directory?

-Brian



$ svn up
U    problem_generator\pgen8.fla
svn: Failed to add file 'problem_generator\CAHSEE_Shell_R.swf': object 
of the same name already exists

$ cd problem_generator/

$ rm CAHSEE_Shell_R.swf

$ svn up
U    gFunc.swf
U    CAHSEE_Shell_R.fla
U    uccp_descrs.xls
U    questionShell.swf
U    question.swf
A    CAHSEE_Shell_R.swf
svn: In directory '.'
svn: Can't move '.svn\tmp\CAHSEE_Shell_R.fla.tmp' to 
'CAHSEE_Shell_R.fla': Access is denied.

$ svn cleanup
svn: In directory '.'
svn: Error processing command 'modify-wcprop' in '.'
svn: 'CAHSEE_Shell_R.swf' is not under version control

$ svn up
svn: Working copy '.' locked
svn: run 'svn cleanup' to remove locks (type 'svn help cleanup' for details)

$ svn cleanup
svn: In directory '.'
svn: Error processing command 'modify-wcprop' in '.'
svn: 'CAHSEE_Shell_R.swf' is not under version control

$ rm CAHSEE_Shell_R.swf
rm: cannot remove `CAHSEE_Shell_R.swf': No such file or directory


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