Many times after I have committed changes to svn, I find many property changes to completely unrelated files and directories. Why does this happen, and is it necessary to commit them?
|
feedback
|
|
This happens sometimes when you do a merge from another branch into your working copy. SVN has a tendency to "over-store" information about merges. | |||||
feedback
|