[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: svn log -v XML parse error

From: Max Bowsher <maxb_at_ukf.net>
Date: 2004-09-06 11:01:58 CEST

Joram Agten wrote:
> I'm using TSVN 1.0.8, svn 1.06 and svn 1.1.0 rc2 windows binaries.
> TSVN uses neon 0.24.7, the other two use also at least 0.24.7 I guess
> I turned compression off on the client side (in the registry) and tried
> again
>
> svn: REPORT request failed on '/repos/live/!svn/bc/1243/trunk'
> svn: The REPORT request returned invalid XML in the response: XML parse
> error
> at line 5035: not well-formed (invalid token)
> (/repos/live/!svn/bc/1243/trunk)
>
> maybe important to know
> server apache/2.049(win32) svn/1.06 dav/2 php/4.3.7 mod_python/3.1.3
> python/2.3.3
> client svn/1.06
>
> if I turn off compression, the error message comes at exactly the same
> place,
> so this does not seem to have any influence.
> It might be that there are strange characters in the log messages
> (backspaces
> mainly) but again, a svnlook on the server works nicely

You could try adding the following to %APPDATA/Subversion/servers:

[global]
http-compression = no
neon-debug-mask = 130

or merge it with an existing [global] section if there is one.

Then run the command, capturing stderr to a file:

svn .... 2>errors

The XML response will be printed in the errors file. Examine it around the
indicated line, to see if you can find the ill-formed bit.

Max.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Sep 6 11:03:07 2004

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.