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

Should svn:eol-style=native ignore new line characters in quotes

From: James Hartleroad <jhartleroad11_at_gmail.com>
Date: 2007-11-20 15:16:58 CET

We have the svn:eol-style property set to native for UNIX shell scripts and
have come across an issue where a '^M' character in a sed statement throws a
Inconsistent line ending style error.

For example sed 's/^M//g:/\$\$END/d;/^[].....'

Shouldn't the functionally of the svn:eol-style code ignore new line
characters that are in single or double quotes, since the are not new line
characters for that file?

Has anyone else ran into this issue, if so what are some of the workarounds?

Thanks.
Received on Tue Nov 20 15:18:08 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.