[Zope-Coders] Re: [Zope3-checkins] SVN: Zope3/trunk/ Ignorefiles/directoriesthat are result of a build process, such

Tim Peters tim at zope.com
Thu May 13 14:37:04 EDT 2004


[Ken Manheimer]
> We probably should at least have a page in our subversion wiki for
> example/baseline config file settiings Zope svn developers should use.
> (I'd go and do it, but i'm not yet using svn, haven't tracked the
> settings people have proposed.)

We should check in a file with "recommended" config settings (but where?).
I haven't used svn a lot yet; this is what I'm using so far (although I
commented out the Windowsy tunnels config):

# Uncomment the [tunnels] section if on Windows and using PuTTY.
# Assumes the PuTTY tools are on your PATH.
##[tunnels]
##ssh = $SVN_SSH plink.exe

[miscellany]
global-ignores = *.pyd *.pyc
enable-auto-props = yes

[auto-props]
# Setting eol-style to native on all files is a trick:  if svn
# believes a new file is binary, it won't honor the eol-style
# auto-prop.  However, svn considers the request to set eol-style
# to be an error then, and if adding multiple files with one
# svn "add" cmd, svn will stop adding files after the first
# such error.  A future release of svn will probably consider
# this to be a warning instead (and continue adding files).
* = svn:eol-style=native
*.c = svn:keywords=Id
*.h = svn:keywords=Id
*.py = svn:keywords=Id
*.sh = svn:executable
*.gif = svn:mime-type=image/gif
*.jpg = svn:mime-type=image/jpeg
*.png = svn:mime-type=image/png




More information about the Zope-Coders mailing list