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

Re: Cannot import or add javadocs 'serialized-form.html' hasinconsistent newlines

From: matthew ford <matthew.ford_at_forward.com.au>
Date: 2005-01-25 12:37:02 CET

Thanks for that brian,
Thats what I ended up doing. I was surprised to find
enable-auto-props = yes
in the config (when I finally found the file)
The docs say the default is off and don't mention the install turns it on.
the fix I used was

# *.htm = svn:eol-style=native
# *.html = svn:eol-style=native
*.htm = svn:mime-type=text/html
*.html = svn:mime-type=text/html

matthew

----- Original Message -----
From: "Brian Lalor" <blalor@bravo5.org>
To: <users@subversion.tigris.org>
Sent: Tuesday, January 25, 2005 9:20 PM
Subject: Re: Cannot import or add javadocs 'serialized-form.html'
hasinconsistent newlines

> On Jan 15, 2005, at 8:01 AM, matthew ford wrote:
>
> > Since serialized-form.html is a Java generated file I don't have much
> > control over it and there are many many other instances of this type
> > of newline inconsistenty
> > What can I do to get these files into the repository?
>
> I'm guessing running the file through tr would work to fix up the "bad"
> line endings. Have you tried mucking with svn:eol-style? Maybe one of
> those would let that file through without having to do anything to it.
>
> --
> __ ____
> / / / __/ Brian Lalor
> / _ \/__ \ blalor@bravo5.org
> /_.__/____/ http://bravo5.org/
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: users-help@subversion.tigris.org
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Jan 25 12:39:26 2005

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.