I have some personalized files locally, which are not need to commit.
They mess up the result of executing svn status, so I want to hide them from the result of svn status.
But I still want them updated when executing svn update.
Is there any way to achieve this in Subversion?
I do not care about possible conflict and will fix them manually.