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

Bug: TortoiseMerge _almost_ handles Mac end of line. ;-)

From: Nick Westgate <nico_at_jellyfish.co.nz>
Date: 2006-02-28 13:06:16 CET

Hi.

TMerge detects CRLF (Win), LF (*nix), CR (Mac) end of lines in
method CFileTextLines::CheckLineEndings(), and even supports
writing the correct line endings in CFileTextLines::Save().

Unfortunately, files are read using CStdioFile::ReadString()
which handles CRLF, LF but not CR. If files were read manually
then it looks like Mac files would 'just work'!

Please help end the bloodshed. Spaces, tabs, CR, LF ...
Why can't we all just get along. ;-)

BTW: TortoiseSVN rocks! Thanks for such a great tool.

Cheers,
Nick Westgate.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Tue Feb 28 13:23:31 2006

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

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