Skip to content

Instantly share code, notes, and snippets.

@georgexsh
Created July 13, 2012 08:51
Show Gist options
  • Save georgexsh/3103741 to your computer and use it in GitHub Desktop.
Save georgexsh/3103741 to your computer and use it in GitHub Desktop.
clean subtree svn:mergeinfo
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