Linux – SVN – Server sent unexpected return value (500 Internal Server Error)

googlelinuxsvn

I'm using RabbitVCS to work with Google Code, and I just recently started having problems with trying to commit. Whenever I try to commit, it says…

Commit failed

Server sent unexpected return value (500 Internal Server Error) in response to Checkout request for (some file that is involved in the commit. The file it fails on isn't consistent).

I have no idea what is wrong, any help is appreciated, thanks.

Best Answer

In case someone else finds this useful, the solution (at least one that worked for me at svn@google-code) is to do a commit with complete authentication credentials on the command line, e.g.:

svn commit --username me@gmail.com --password pass

Also see: http://code.google.com/p/support/issues/detail?id=4218

Related Topic