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

Re: What do you Hate about Subversion?

From: Les Mikesell <lesmikesell_at_gmail.com>
Date: 2007-01-27 19:22:42 CET

Victor A. Wagner Jr. wrote:

>
> not to put too fine a point on it, but stopping the ENTIRE add is
> foolish (the strongest insult I know...it means you KNOW better but do
> the wrong thing anyhow). And any project that actually CARES about the
> line difference has some serious architecture/design problems.

There is a really, really, remote possibility that a \r means something
different than a \n in a text file that is supposed to have unix-style
line endings (they once were used to do line overstrikes to make bold
text). But its rare enough that the right thing to do to anything
designated as a text file would be to convert any of \r, \r\n, or \n to
the appropriate line ending for target platform. And complain to
whatever committee forgot to create the equivalent of a MIME tag for
this property decades ago so we wouldn't still be guessing.

-- 
   Les Mikesell
    lesmikesell@gmail.com
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sat Jan 27 19:23:12 2007

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.