[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: Ben Reser <ben_at_reser.org>
Date: 2004-07-28 18:58:17 CEST

On Tue, Jul 06, 2004 at 03:25:56PM +0100, Joe Orton wrote:
> 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.

Aren't our log messages supposed to be UTF8 with LF line endings?

-- 
Ben Reser <ben@reser.org>
http://ben.reser.org
"Conscience is the inner voice which warns us somebody may be looking."
- H.L. Mencken
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Jul 28 18:58:48 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.