On Fri, 15 Apr 2005, Stefan Bodewig <[EMAIL PROTECTED]> wrote:

> I plan to import the svn, dotnet and antunit things from proposal
> somewhere under sandbox/antlibs, I'm not exactly sure when I'll find
> time to do that, though.

Just did, but they won't build until anybody fixes the build files
(they currently reyl on Ant itself being in ../../..).

If you start to commit to the repo[1], please keep in mind that svn
treats all files as binary, unless you set the svn:eol-style property
to native.

I use the following snippets[2] in my ~/.subversion/config to make SVN
guess the eol-style when I check in new files.

Stefan

Footnotes: 
[1]  https://svn.apache.org/repos/asf/ant/

[2]  

[miscellany]
enable-auto-props=yes

[auto-props]
*.bat = svn:eol-style=native
*.bmp = svn:mime-type=image/bmp
*.c = svn:eol-style=native
*.cc = svn:eol-style=native
*.cmd = svn:eol-style=native
*.cpp = svn:eol-style=native
*.css = svn:eol-style=native
*.cs = svn:eol-style=native
*.dcl = svn:eol-style=native
*.dsp = svn:eol-style=CRLF
*.dsw = svn:eol-style=CRLF
*.dtd = svn:eol-style=native
*.ent = svn:eol-style=native
*.gif = svn:mime-type=image/gif
*.h = svn:eol-style=native
*.html = svn:eol-style=native
*.java = svn:eol-style=native
*.jpg = svn:mime-type=image/jpeg
*.js = svn:eol-style=native
*.jsp = svn:eol-style=native
*.pl = svn:eol-style=native
*.png = svn:mime-type=image/png
*.properties = svn:eol-style=native
*.py = svn:eol-style=native
*.rdf = svn:eol-style=native
*.rss = svn:eol-style=native
*.sh = svn:eol-style=native;svn:executable
*.svg = svn:eol-style=native
*.tld = svn:eol-style=native
*.txt = svn:eol-style=native
*.xml = svn:eol-style=native
*.xsl = svn:eol-style=native
*.xslt = svn:eol-style=native
KEYS = svn:eol-style=native
LICENSE* = svn:eol-style=native
Makefile = svn:eol-style=native
NOTICE = svn:eol-style=native
README = svn:eol-style=native


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

Reply via email to