[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: [PATCH] Allow more than one pattern per line in svn:ignore

From: Martin Furter <mf_at_rola.ch>
Date: 2003-12-11 05:04:07 CET

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

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.