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

RE: Not well-formed output for "svn log --xml" command

From: Dale Worley <dworley_at_pingtel.com>
Date: 2005-01-03 17:39:50 CET

-----Original Message-----
From: Paolo Marini [mailto:news@paolomarini.it]

it happens that the output contains an unexpected character U+001a within
text content of element 'msg' (just before the closing tag </msg>).
---------------------------------------------------------------------

That's caracter code 26, control-Z, which is commonly used as an EOF marker
in text files under MS-DOS and possibly MS-Windows. Of course, it's not at
the end of your file, so it's still an error.

Dale

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Jan 3 17:42:20 2005

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.