I edited some files in svn, like this:
$svn st
M a
M b
...
Now, I want to commit my changes to svn, for some reason, I don’t want to commit file b, is there any quick way or command to ignore the modified file b?
Finally, I use @yzucker Solution 1, cp, revert and commit. Changelists is too heavy, thank you all.
Alas, the commit many files with some annoying changes ignored problem.
Solution 1: copy, revert and commit
Solution 2: copy, commit, reverse the effect of b, recommit b
The second approach is less preferable since you introduce broken code in svn.