[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: John Szakmeister <john_at_szakmeister.net>
Date: 2005-03-25 11:07:41 CET

On Friday 25 March 2005 04:14, Norbert Unterberg wrote:
> 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.

I'm not sure it would cause a problem. I don't believe we're
automatically inserting stuff from the config file into the registry or
vice versa. And, the registry will prevent you from making more than one
name. So if you're trying to put your configuration there, you have no
choice but to put it all together on one line. *shrug*

> 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?

I believe it will. But having a bunch of stuff on a single line is tough
to read, especially, when you start working on a number of projects. My
'global-ignores' line is somewhere around 400 characters long or more. I
imagine at some point, my editor is going to tell me it can handle the
long line any more. :-)

-John

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Mar 25 11:12:06 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.