Hi, I've searched for quite some time for the answer to this problem. OS: Centos 5.5 Subversion version: svn, version 1.6.13 (r1002816) compiled Oct 2 2010, 20:48:38
Steps to reproduce: 1) created a new repo in /opt/svnrepo using the following command: svnadmin create myproject 2) Next I checked out the client on my workstation (I've tried it on a Mac and a Linux Centos 5.5 system) svn co https://myserver.whatever.com/repopath/reponame reponame 3) cd reponame 4) I copied the mason files (autohandler, dbhandler) and the other .html files into the reponame from the server 5) svn ci Here's what I keep getting and I haven't found any way around it (for those who say: Just Google it, I invite you to find me solution that actually works, most haven't!) Adding autohandler svn: Commit failed (details follow): svn: Server sent unexpected return value (500 Internal Server Error) in response to PROPFIND request for '/repos/acutrans/!svn/wrk/123df6d8-1458-42ca-bb69-a1f438f3ee78/autohandler' svn: Server sent unexpected return value (500 Internal Server Error) in response to PROPFIND request for '/repos/acutrans/autohandler' svn: Your commit message was left in a temporary file: svn: '/home/nathanb/acutrans/svn-commit.3.tmp' This keeps happening over and over on the same file. It does the same thing to .mas files as well. FYI - this is a brand new repo. Also we use this same repository to check C code in and it works fine. I've deleted the repo and added it again to see if that would solve it, but I get the same issue. Please help as this has been frustrating.