On 3/13/06, Lawrence Mandel <[EMAIL PROTECTED]> wrote:
> I just updated the Woden status document on the incubator website. The
> file built fine and looks good on my machine. I committed the XML file
> (woden.xml) without issue. When I try to commit the HTML file (woden.html)
> I consistently get the error:
>
> org.tigris.subversion.javahl.ClientException: Inconsistent line ending
> style
> svn: Commit failed (details follow):
> svn: File '...\woden.html' has inconsistent newlines
>
> Has anyone seen this when updating the incubator site? Any suggestions to
> resolve this issue?

That indicates that the file has an svn:eol-style set, but when you
edited it you inserted line endings that conflict with what's in the
rest of the file.  If the file has \r\n line endings your changes need
the same thing, if the file has \n line endings, ditto.

-garrett

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to