Gandalf StormCrow
Gandalf StormCrow

Reputation: 26202

Strange svn checkout error

Has anyone had this unusual(recurring) experience before? I'm trying to check out the project from svn repository and I get this error :

Checkout error; The file or directory is corrupted and unreadable.
svn: Can't move 'C:\workspace\project.1267011912396.svn\tmp\entries' to 'C:\workspace\project.1267011912396.svn\entries': The file or directory is corrupted and unreadable.

I previously tried it multiple times and it just checked out the project but now I've done it like 15 times and get the same error, what can I do ?

Upvotes: 4

Views: 1909

Answers (2)

Matt McHenry
Matt McHenry

Reputation: 20919

This is a known bug in Windows 7, slated to be fixed in SP 1.

http://subversion.wandisco.com/blogs/windows-7-bogus-errorfilecorrupt-error-.html

Upvotes: 3

Tadeusz A. Kadłubowski
Tadeusz A. Kadłubowski

Reputation: 8345

Create a backup of the whole directory structure (just in case you make more damage) and try running svn cleanup.

Upvotes: 0

Related Questions