Skip to content

Instantly share code, notes, and snippets.

@reagent
Created April 29, 2009 13:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save reagent/103779 to your computer and use it in GitHub Desktop.
Save reagent/103779 to your computer and use it in GitHub Desktop.
start_dir=`pwd`
for dir in `find . -type d | grep -v .svn | sort -r`; do
cd $dir
echo "cleaning $dir"
svn cleanup
cd $start_dir
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment