svn mv fails after a while
From: Larry Martell <larry.martell_at_gmail.com>
Date: 2007-04-04 23:01:35 CEST
This is a problem that I've encountered many times, and I'm wondering
I'm moving files around in my working copy:
$ svn mv "IOP Tests.xml" newDir
Everything is fine for a while - sometimes I can mv 100's of files, other time's
svn: Can't move 'newDir/.svn/tmp/entries' to 'newDir/.svn/entries':
svn cleanup doesn't work - it generates the same error as above.
The permissions and ownership of everything looks fine.
What I have to do to recover from this is to manually execute the command:
mv newDir/.svn/tmp/entries newDir/.svn/entries
and then do a svn cleanup
And then all is well and I can continue on (until the next time it happens).
I have only seen this occur after doing a bunch of svn mv's.
Anyone know why this happens and what I can do to prevent it?
TIA!
---------------------------------------------------------------------
|
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.