subversion hell
today i finally decided to commit the changes of two weeks work into svn head because it reached a satisfactory level.
this turned out to be some pain in the a**. apparently it’s quite a problem for subversion (maybe just the tortoise client) to move and modify files in one step. what has been planed as a single commit, ended up as ~20 fragmented ones. tortoise always did a transaction rollback with various error messages and i didn’t even manage to find the real cause for this problem.
so next time it might happen again. :o
i certainly miss the old days when it was totally unnecessary to care about the history of a file. cvs just couldn’t handle renames/moves anyway.