Martin Furter <mf@rola.ch> writes:
> Index: subversion/libsvn_subr/config_file.c
> ===================================================================
> --- subversion/libsvn_subr/config_file.c (revision 7308)
> +++ subversion/libsvn_subr/config_file.c (working copy)
> @@ -978,7 +978,29 @@
> "### Set use-commit-times to make checkout/update/switch/revert\n"
> "### put last-committed timestamps on every file touched.\n"
> "# use-commit-times = yes\n"
> + "### Set enable-auto-props to 'yes' to enable automatic properties\n"
> + "### for 'svn add' and 'svn import', it defaults to 'no'.\n"
> + "### Automatic properties are defined in the section 'auto-props'.\n"
> + "# enable-auto-props = yes\n"
> "\n"
> + "### Section for configuring automatic properties.\n"
> + "### The format of the entries is:\n"
> + "### file-name-pattern = propname[=value][;propname[=value]...]\n"
> + "### The file-name-pattern can contain * as wildcard. All entries\n"
> + "### which match will be applied to the file.\n"
By saying that the file-name-pattern can contain * as [a] wildcard,
that seems to imply that * is the only wildcard that will work. Is
this true? Won't apr_fnmatch() also handle '?' correctly?
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Oct 6 00:19:08 2003