Created
September 2, 2011 20:27
-
-
Save jachin/1189812 to your computer and use it in GitHub Desktop.
Revert svn (subversion) merge info only changes after a merge (and before a commit).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
FILES=`svn status | grep "^ M " | sed s/" M "// | tr '\n', ' '` | |
svn revert $FILES |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment