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