diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2012-09-26 13:57:31 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2012-09-26 13:57:31 +0000 |
commit | 05144871fd9eba584720380e170b021d85f06df6 (patch) | |
tree | 146f488530f778f42a285990831fc3beb52d9730 /scripts/auto-build/auto-build-common | |
parent | cd8213c1913ba1a1dfa5ec59672db14d775f6ab5 (diff) |
run 'svn cleanup' as part of cleaning phase to remove locks and such
svn path=/trunk/; revision=16303
Diffstat (limited to 'scripts/auto-build/auto-build-common')
-rw-r--r-- | scripts/auto-build/auto-build-common | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/auto-build/auto-build-common b/scripts/auto-build/auto-build-common index ff6b0422..ee795cb2 100644 --- a/scripts/auto-build/auto-build-common +++ b/scripts/auto-build/auto-build-common @@ -127,6 +127,7 @@ clean_and_update_folder() $git pull elif [ -d $folder/.svn ]; then svn=$(find_svn) + $svn cleanup $folder $svn revert -R . $svn status --no-ignore | \ grep -v '^X' | \ |