aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2012-09-26 13:57:31 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2012-09-26 13:57:31 +0000
commit05144871fd9eba584720380e170b021d85f06df6 (patch)
tree146f488530f778f42a285990831fc3beb52d9730 /scripts
parentcd8213c1913ba1a1dfa5ec59672db14d775f6ab5 (diff)
run 'svn cleanup' as part of cleaning phase to remove locks and such
svn path=/trunk/; revision=16303
Diffstat (limited to 'scripts')
-rw-r--r--scripts/auto-build/auto-build-common1
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' | \