Skip to content

Instantly share code, notes, and snippets.

@mlbright
Created August 13, 2009 00:42
Show Gist options
  • Save mlbright/166881 to your computer and use it in GitHub Desktop.
Save mlbright/166881 to your computer and use it in GitHub Desktop.
#!/bin/bash
# remove all svn:external references
# in a bunch of numbered directories
for i in {2..17}
do
echo $i
svn propdel svn:externals package.$i/build
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment