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

Re: Problems committing javadoc-generated HTML

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2004-10-07 02:04:09 CEST

On Oct 5, 2004, at 12:18 PM, Steve Hanson wrote:

> Hi all:
>
> I am trying to add javadoc-generated HTML files to an SVN repo, but am
> getting the error:
>
> "File .....html has inconsistent newlines."
>
> The eol-style for HTML pages is set to native.
>
> Any ideas for what I should do?
>

Yes. Fix the inconsistent newlines.

Subversion will not allow files with 'svn:eol-style=native' properties
to have a mixture of newlines, because that means data will be lost.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Oct 7 02:05:50 2004

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.