I experience strange SVN behavior. I have an SVN repository running on Apache 2.2.9 with mod_dav, mod_dav_svn and SVN 1.5.2. When I try to verify (from a remote 1.5.4 client or server local client 1.5.2 - both are the "default" svn binaries), I get something like:
mx-mac: Check mx $ svn ci -m "" Adding test.txt svn: Commit failed (details follow): svn: XML data was not well formed
What I discovered when sniffing an HTTP connection is that one request to the remote SVN repository (Apache) ends with "Reset by peer" and does not return a response (used by HTTP Scoop for sniffing).
Regarding the Apache configuration, all modules are loaded. The correct permissions were set for the repo, and the repo was created by svnadmin create and then sent to the apache user (in any case, it did not work, even if I have the chmod -R 777 repo directory).
The Apache configuration contains the DAV and SVNPath directives along with authentication.
I am a little desperate after several long hours of trying, so if someone has encountered such a problem, let me know. Many thanks!
mx0r
source
share