Created
July 13, 2012 08:51
-
-
Save georgexsh/3103741 to your computer and use it in GitHub Desktop.
clean subtree svn:mergeinfo
This file contains 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
find -mindepth 1 | grep -v '\.svn' | while read d; do svn pl "$d" | grep 'svn:mergeinfo' > /dev/null && echo $d; done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment