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

Re: Autoprops configuration

From: Brian W. Fitzpatrick <fitz_at_red-bean.com>
Date: 2004-02-19 18:56:20 CET

On Thu, 2004-02-19 at 11:42, Jack Ivey wrote:
> 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?

You bet your buttons! It'll fry 'em up like breakfast sausages.

> Or should I just bite the bullet and enumerate _all_ the
> text extensions?

Bite the bullet.

-Fitz, bullet biter

---------------------------------------------------------------------
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:56:58 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.