Hi, Say I have following folder structure:
main - config Folder main has set property svn:ignore to: abc def ghi Folder config has no properties set. Property svn:ignore is not inheritable. I am wondering why is property svn:ignore reported as inherited from folder main when querying e.g. via svn proplist config --show-inherited-props Here is the output: svn proplist config --show-inherited-props Inherited properties on 'config', from '/tmp/main': svn:ignore Isn't it a bug? Thank you, Dan
