[Chris Withers]
> ...
> There's a svn property you can set on a higher level folder in the
> repository that can control a mapping for file extensions to this
> property, IIRC. I am hazy on it but I know it's possible.

If so, it's not documented.  Perhaps you're thinking of the svn:ignore
property?  glob-based eol-style property addition can be specified in your
svn config file's auto-props section, like

    [auto-props]
    *.c = svn:eol-style=native
    *.png = svn:mime-type=image/png

but there's no provision for sharing such personal settings with other
people (the config file belongs to the user, not to the repository).


_______________________________________________
Zope-Dev maillist  -  [EMAIL PROTECTED]
http://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope )

Reply via email to