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

Re: 'svn log' failure

From: Joe Orton <joe_at_manyfish.co.uk>
Date: 2004-07-06 16:25:56 CEST

The difference in "svn log" output seems to occur when a CRLF sequence
happens to fall over a packet boundary, so when receiving two packets
like:

packet 1: "foo\r"
packet 2: "\nbar"

the log message gets printed as "foo\n\nbar"; otherwise it gets printed
as the expected "foo\nbar". I did some quick tests exercising ne_xml
directly and can't trigger any XML parser bugs in whitespace handling
like that, so maybe this an artifact of the EOL translation inside SVN.

joe

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Jul 28 09:25:01 2004

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

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