http://wiki.apache.org/subversion/Inheritable-Ignores-AutoProps#Ignores_.22Hierarchy.22 says 'svn status --no-ignore' does not disregard inherited 'svn:global-ignores' properties.
This breaks a use-case for me: % svn status --no-ignore | xargs rm -rf How, with a 1.8 client, would I obtain a complete list of all unversioned files in my working copy? "Complete" means - without excluding any files (regardless of inherited props, runtime config, etc)