I am trying to commit something to our SVN repo. However, I keep getting this error:
svn commit google-dev.xml -m "Updated with CS Tools configuration changes."
Sending google-dev.xml
Transmitting file data .svn: Commit failed (details follow):
svn: 'pre-commit' hook failed with error output:
/var/lib/svn/tnc/hooks/pre-commit: line 76: 25743 Segmentation fault /var/lib/svn/scripts/case-insensitive.py ${REPOS} ${TXN}
I can not figure out what the cause of this is. Is it in the precommit hook python? Or, with the SVN software having problems with the hook? Or something else?
Thanks! :)