Can't move '.svn/tmp/entries' to '.svn/entries': The file or directory is corrupted and unreadable.
This error message typically occurs when you try to update or commit your working copy, and seems to be common on Windows 7 systems. It is due to another process holding a handle on a file that Subversion needs to move or modify. This might be a virus scanner, but on Windows 7 it is likely to be the Windows Indexing Service. Turn off the indexing service on your working copies and repositories, and exclude them from virus scans.
Here's how you can configure the indexing service:
- Click the start menu button, then click in the text box to begin a search
- Type in “windows index”
- Click on “Indexing Options” that should come up in the search
- When the Indexing Options box comes up, Click on the Modify button. This will pop up an Indexed Locations dialog, where you should see a list of some “locations”, with your hard drive(s) being in the list.
- Expand the desired hard drive, down to the root folder of the files you’re using SVN with, and make sure the box is unchecked. Also note that the hard drive will most likely be collapsed, and will have its box unchecked, even though once you expand it, you may find checked boxes.
Note: there's a bug in Win7 which causes this error message to appear a lot more than necessary. The bug will be fixed with service pack 1. See this post for details.
Or right click on folder then goto advanced and then remove allow indexing checkmark and press "OK" and "Apply" to all folders and files in the current folder. After All folders will be scanned and updated need to restart windows or wait for a while when windows will update all folders and files and empties cache.
http://tortoisesvn.tigris.org/faq.html#cantmove2
No comments:
Post a Comment