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

Re: How to make properties working on a complete project?

From: Ryan Schmidt <subversion-2005_at_ryandesign.com>
Date: 2005-10-24 13:33:54 CEST

On Oct 24, 2005, at 12:17, Markus Karg wrote:

> I am using the svn:ignore property to hide the results of compiler
> runs like *.obj and *.exe. The source folder structure is quite
> complex, so I need to set the property at each subfolder. :-(
> I cannot use a global setting, since for some projects I need to
> possibility to have those files in the repository (non-ignored).
> Is there a flag where I can tell subversion that a property shall
> be valid for all subfolders, not only for the current folder?

Not that I'm aware of. You can either set the svn:ignore property for
specific directories (and it then applies only to that directory, not
recursively), or you can set the global-ignores configuration option,
which then applies everywhere.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Oct 24 13:40: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.