Thomas Singer <thomas.sin...@syntevo.com> writes: > For adding/committing an empty file he is getting: > >> $ touch testfile.txt >> $ svn add testfile.txt A testfile.txt >> $ svn commit -m "commit test" testfile.txt Adding testfile.txt >> Transmitting file data .svn: E175002: Commit failed (details follow): >> svn: E175002: Unexpected HTTP status 400 'Bad Request' on >> '/svn/Projects/!svn/txr/7198-5vq/E867%20MS%20Marin/testfile.txt'
That's a server error, there should be more details in the Apache error log. >>> $ svn commit -m "commit test" Test\ Commit\ File.rtf Adding Test >>> Commit File.rtf >>> Transmitting file data .libsvn: Out of memory - terminating application. >>> Abort trap: 6 >> >> Are there other, portable SVN binaries for macOS available to try >> them, too? Maybe the problem is caused by how we build? I don't know much about debugging on macOS. Using dtruss to trace the commit might provide some more information. -- Philip