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

Autoprops configuration

From: Jack Ivey <ivey_at_altair.com>
Date: 2004-02-19 18:42:11 CET

Hi all,
I am setting up the autoprops configuration for our project before
importing, and I am trying to figure out the best setup. The vast
majority of our files are ASCII and want eol-style=native. Is
there a good way to make the default to be eol-style=native
and enumerate the exceptions. For example, will this work:

[auto-props]
* = svn:eol-style=native
*.gif = svn:mime-type=application/octet-stream;svn:eol-style=CRLF
*.exe = svn:mime-type=application/octet-stream;svn:eol-style=CRLF
...

My concern is will the eol-style=CRLF do any harm to the handling of a
binary file? Or should I just bite the bullet and enumerate _all_ the
text extensions?

Thanks,
Jack

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Feb 19 18:42:38 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.