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

Re: Binary Files

From: Douglas Stetner <stetner_at_stetner.org>
Date: 2004-07-01 01:56:13 CEST

On 30/6/04 at 15:37 (+0100), Martin Tomes <lists@tomes.org> wrote:

>You need these lines in your config file which is in c:/Documents and
>Settings/<username>/Application Data/Subversion/config
>
>
>### Section for configuring miscelleneous Subversion options.
>[miscellany] enable-auto-props = yes
>
>[auto-props] *.pdf = svn:mime-type: application/pdf
>
>
>Any pdf file you add will then be treated as binary.

Could someone run over a quick pros and cons of using autoprops, with
the configuration default on a unix system (obviously uncommented to
work):

# enable-auto-props = yes

### Section for configuring automatic properties.
### The format of the entries is:
### file-name-pattern = propname[=value][;propname[=value]...]
### The file-name-pattern can contain wildcards (such as '*' and
### '?'). All entries which match will be applied to the file.
### Note that auto-props functionality must be enabled, which
### is typically done by setting the 'enable-auto-props' option.
# [auto-props]
# *.c = svn:eol-style=native
# *.cpp = svn:eol-style=native
# *.h = svn:eol-style=native
# *.dsp = svn:eol-style=CRLF
# *.dsw = svn:eol-style=CRLF
# *.sh = svn:eol-style=native;svn:executable
# *.txt = svn:eol-style=native
# *.png = svn:mime-type=image/png
# *.jpg = svn:mime-type=image/jpeg
# Makefile = svn:eol-style=native

Will the svn:eol-style=native cause me any problems running on a Mac
(UNIX)?

If not, why is the default for it to be commented out?

I do see the occasional pdf not get flagged as binary, but then I just
add it myself (when I see it and remember!).

Thanks,
Doug

-- 
Douglas Stetner                               stetner AT stetner DOT org
Stop Plate Tectonics.
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Jul 1 06:27:07 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.