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

Feature request: auto-props for directories

From: Martin Fuchs <fuchs.martin_at_gmail.com>
Date: 2005-09-11 10:43:25 CEST

The existing auto-props feature is very handy to set file properties
like svn:eol-style, svn:mime-type, svn:keywords and svn:executable.
What I am missing is a way to configure default svn:ignore properties
for directories. There is currently no way, to automatically add the
svn:ignore property to new directories, is it?

I would like to add the svn:ignore property to any new directory I am
checking into the repository. Here is, how an example configuration
could look like in the the .subversion configuration file:

[auto-props]
<directory> = svn:ingore=*.obj *.sbr *.pdb *.exe *.ncb *.opt

It configures SVN to ignore non-source file types of VC++ projects
without the need to specify the properties manually.

What do you think: Shall I create a new entry in the issue tracker for
this feature request?

Regards,

    Martin

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sun Sep 11 10:45:12 2005

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.