On Thu, 11 Dec 2003, Edmund Horner wrote:
> Martin Furter wrote:
>
> >>If (svn_cstring_split_append) has an extra argument QUOTED, or handles
> >>esacaping with \, or a new function (svn_cstring_split_append_quoted) is
> >>made...
> >
> >
> > Such a function would also simplify implementing automatic properties
> > for directories.
>
> AFAICS the auto-props feature (for files) doesn't yet handle quoting or
> escaping, though I guess the only characters you can't have in your
> auto-props are newline and semi-colon. Is it worth adding it?
Autoprops for files work fine (at least for what i use them).
But for directories you probably would like to add svn:ignore and to be
able to specify multiple patterns. i believe that newlines are replaced by
spaces when readint the config. So it would be impossible to specify more
than one pattern. Parsing \n and \\ would be enough for directory
properties i think.
Martin
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Dec 11 05:06:19 2003