I'm looking for options to global ignore files and directories, I'm not interested on doing this per-directory, so svn:ignore
is not an option here, but I can't find the correct syntax for svn:global-ignore rather for listing what's in the config file:
svn pg svn:global-ignores --show-inherited-props
I would like to be able to increase the ignore list by adding new entries from svn command line. Any thoughts on this?
I believe following command is supposed to achieve what I want:
svn propset svn:global-ignores *.suo .
Can someone please check if this works, because it does not for me. Why does it require a target as 2nd parameter (.)?