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

wc can't recover from this series of errors?

From: Brian Estlin <brian_at_implementality.com>
Date: 2006-10-27 00:19:35 CEST

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
Received on Fri Oct 27 00:20:07 2006

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.