Hi, I have a problem with the svn:global-ignore property.
I would like to recursively ignore all subfolders named "bin". When I set this property on a folder "foo" and then add a folder "foo/bin" it is working. But when I create a folder "foo/bar/bin" the "bin" isn't ignored cause the folder "bar" isn't under version control... Is this behaviour intended? Is there some workaround? In our case this behaviour makes some trouble, cause our tools often create deep tree structures, containing bin-folders that should not be versioned. With kind regards Peter Döhler