A few times already, I got into situations where one of my SVN repository got corrupt and we could do anything with some versions or branches of the project without really knowing what we did. So I'm asking what can cause a repository to become corrupt?
|
2
|
|||||||
|
|
|
There are basically three distinct cases:
Faulty hardware is usually the most difficult to spot, except in the most obvious cases. Case 2 is preventable by limiting login access to the server. Everything else is a bug in Subversion. (This includes compatibility issues between client and the server.) You should never be able to corrupt the repository just by using a Subversion client (not even when there is a bug in the client, IMO). |
||
|
|
|
|
It seems that incompatibilities between clients may cause problems, more specifically with character sets. |
||
|
|
|
|
There is always the possibility that the hardware is faulty. Things like bit errors in memory can cause silent corruption instead of simply crashing the computer; if a svn server process is the one affected, the repository can become corrupted. |
||
|
|
|
|
How can a SVN repository become corrupt? When the power goes to its head. |
||
|
|
|
|
This is quite common on File based repos, however if you have a single user / service accessing the repo, this will not happen. |
||
|
|
I've had it happen a few times. SVN doesn't seem to cope well if the client goes away while the server is taking a long time to do certain things. I don't know the exact details, but I have done a few |
||||||
|
|
|
Potential filesystem corruption or someone mucking around with the internal svn directories? |
||
|
|
