According to answers to this question you can ignore a file in the whole project tree like this:
svn propset svn:global-ignores "ignoreThis.txt" .
The problem is, I already have files in svn:global-ignores
and if I run the above command, they all get replaced by ignoreThis.txt
.
So how can I add a value to the global ignores property rather than replacing it?