I have a versioned file I want to change for local development, but I also want to make sure that I do not accidentally commit those changes to the SVN-Repository. I think in Git there is an option to mark a file with "assume unchanged". Does there exist a similar option in SVN? How do you usually handle this?
Update: Voted to close own question, as I've found it's a duplicate of this one (didn't delete it in case someone searches for "assume-unchanged" and "svn"): SVN: Is there a way to mark a file as "do not commit"?