>>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.
But you can apply the properties recursively: propset -R
That works for at least the existing directories. But when you add
new ones you need to set the properties again.
bye Fabi
---------------------------------------------------------------------
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:51:13 2005