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

Re: svn add: Unrecognized line ending style

From: Henrik Sundberg <storangen_at_gmail.com>
Date: Wed, 7 Jul 2010 07:34:00 +0200

On Wed, Jul 7, 2010 at 7:06 AM, Aaron Turner <synfinatic_at_gmail.com> wrote:
>> echo "hi" >foo.c
>> svn add foo.c
> svn: Unrecognized line ending style for 'foo.c'
>
>> echo -n "hi" >foo.c
>> svn add foo.c
> svn: Unrecognized line ending style for 'foo.c'
>
>> echo "hi" >foo
>> svn add foo
> A         foo
>
> Ideas anyone?

What does your autoprops configuration for c files look like?
Is the value for line ending style misspelled?
(no erroneous value is set for the non-c file)

/$
Received on 2010-07-07 07:35:39 CEST

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.