Actions:
|
2011-05-11 22:41 AEST by Arthur Barrett - I believe that all versions of CVS pass the cvswrappers the filename only, for matching, eg:
*.gif
A server level option to enable 'module/filename', or even 'branch/filename' so that options can be chosen
based on branch/promotion level and/or module would be great.
Also should test what happens when a new file is merged onto a branch. Is it added using the
cvswrappers rules or is it added using the keyword expansion options from the originating branch. An
option should exist to use the cvswrappers rules. |
|
2012-02-26 03:25 AEST by Arthur Barrett - By the phrase 'An option should exist to use the cvswrappers rules.' I meant that rather than use the rule in
the RCS file (the substitution mode/keyword expansion mode at the file or revision level), instead always
use the cvswrappers definition.
This would mean all .gif files are treated as binary if cvswrappers says so. It seems in practice, this is
really how people expect it to work as far as non-file format options go, like reserved/unreserved.
Options like binary/ascii/unicode/binarydelta etc, actually affect the storage format, so realistically the
cvswrappers file cannot override them. |