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

Re: Now 100% Serious Newline conversion suggestion

From: <peter.westlake_at_arm.com>
Date: 2001-12-14 16:00:48 CET

On 2001-12-14 14:48:50 Mark Benedetto King wrote:
>> My nice cross-platform perl script that used to do
>>
>> checkout("foo");
>> process("foo");
>>
>> becomes

.. lengthy...

>consider:
>
> checkout("foo");
> $foo_ending = get_line_ending_attribute("foo");
> $platform_ending = get_platform_line_ending();
> fix_endings( "foo", $foo_ending, $platform_ending );

I did think of that, but used the longer form to make the
point more obvious :-)

If it was just a problem in programs, I wouldn't mind.
What I object to is the manual form of the process.

It's a moot point, anyway, since Billy (who suggested
this) seems to be coming round to the idea of newline
conversion in the client.

Peter.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Oct 21 14:36:53 2006

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.