Subversion completion task: XML data was not well formed

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!

+3
source share
6 answers

Finally, I realized that the overridden ErrorDocument in the .htaccess file for the same VirtualHost as the SVN caused incorrect data to be sent to the SVN client in some cases and somehow intercepted with the commit process.

+3
source

, , , , , , svn : , , , , , , , ,

apache, . - , . (, apache svn-.) , , , .

+1

, . , . . , NEON, 404 , . - - HTTP 404 (200 404), NEON , .

, Apache, - - 2003 ...:)

0

, URL- . URL-, -, , , "svn co http://blah.com/stuff_in_here/contents" URL-, svn, , " http://blah.com/ svn/contents"

0

. , .

0

:

svn: Commit failed ( ): svn: XML

The reason was: The drive on the SVN-Repository was full. A few more disk spaces and the problem was resolved.

0
source

All Articles