Tag: svn
-
Subversion: Dealing with Umlaute
I had a very annoying problem with my subversion today: A file had an ‘ö’ in it. I checked it in on Windows without noticing it, and when I checked the file out on my Mac it immediately caused a conflict: A Life/Jeppe Family History/Old & Junk/jeppe neuC Life/Jeppe Family History/Old & Junk/Die Köter, auch […]
-
Subversion: Insufficient NODES rows Error
Trying to upgrade an svn repository, I got the the error: vn: E155016: Insufficient NODES rows for followed by the path to a file. This can be solved by deleting a certain file type: Find them: find . -name dir-prop-revert To delete them: find . -name dir-prop-revert -exec rm {} ; If you’d like to […]
-
SVN Stalling
I had this weird problem where my svn would upload a few MB and then stall and timeout. At first I of course suspected a problem with either svn on the server, the apache, or tortoisesvn. I tried CPU affinity settings, Apache settings – nothing I did helped, including updating to latest patchlevel etc. After […]