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

Re: new experimental branch: dir-auto-props (issue 1989)

From: Norbert Unterberg <nepo_at_gmx.net>
Date: 2005-03-25 10:14:10 CET

Ph. Marek schrieb:

> First thoughts: how about having multiple matching properties in [auto-props]
> concatenated?
> Example:
> [dir-auto-props]
> * = svn:ignore=*.o
> * = svn:ignore=*.tmp
> * = svn:ignore=*~

This would crate problems on WIN32 where config options can also be
stored in the windows registry. The registry does not allow multiple
entries with the same key name.

But the subversion config file already has an ignore field that supports
multiple file masks in one line: the global-ignores. Wouldn't it be
consistent to allow the same syntax for an svn:ignore auto-prop?

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Mar 25 10:15:40 2005

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.