Sorry for asking what is essentially an SVN question, but I don't seem to be able to find the answer.
I wanted to add *.exe to the ignore patterns. So I did that locally, using "svn propedit", and now the files are indeed ignored. But the directories where I added that are now marked as "properties modified" by "svn status". Do I commit these changes upstream, or do you prefer that I keep them locally? If the former, will the command below do that without also committing any locally modified files in each DIRectory: svn ci --depth empty DIR ? TIA
