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

Re: ^M Appends to every line?

From: Les Mikesell <lesmikesell_at_gmail.com>
Date: Thu, 24 Feb 2011 10:26:11 -0600

On 2/24/2011 10:02 AM, Christopher D Haakinson wrote:
> OK, so I've been testing out the svn:eol-style prop and it appears to
> work, but it seems like an awful lot of work for such a simple issue.
>
> Is there something server-side I can setup to ensure that all files
> contain the correct eol style?

No, the server can't possibly know what is right either for any
particular file or for any particular client platform. But, your client
configs control auto-props which can sometimes do the right thing
automatically on the client side. Unfortunately those have to match
filename patterns that won't necessarily correspond to the file content
or use.

> Also I've noticed that my shell scripts are now failing with an EOF
> error? Does this mean that there's a style setting for the end of file too??

No, that probably is related to some other error or parsing issue in the
file.

-- 
   Les Mikesell
     lesmikesell_at_gmail.com
Received on 2011-02-24 17:26:49 CET

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.