automatic properties
From: Martin Furter <mf_at_rola.ch>
Date: 2003-09-11 04:16:53 CEST
Hello
I updated my auto-props patch and created another one containing 2
My updated patch can be found at:
The configurable patch (with fnmatch) is at:
The three versions are:
AUTOPROPS_SUFFIX
This is my old version. It matches filename suffixes, whole names and
AUTOPROPS_FNMATCH
This version uses apr_fnmatch. It can't have default properties for
The problem is that the config is stored in APR hashes and i can't
Makefile* = svn:eol-style=LF
Then if i add 'Makefile.jpg' both rules can match and it is not
AUTOPROPS_FNMATCH_PRIO
This version is basically the same as AUTOPROPS_FNMATCH. It adds
0:* = svn:eol-style=native
The first rule is the default rule. When i now add Makefile.jpg it
All three versions are not compatible with the file format that
For me the suffix version would be enough, but i would also be happy
Any thoughts ?
Thanks
PS: The fnmatch versions compile but are completely untested.
---------------------------------------------------------------------
|
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.