aboutsummaryrefslogtreecommitdiff
path: root/scripts/auto-build
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2012-09-28 16:26:29 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2012-09-28 16:26:29 +0000
commit35e6e95f07072b73fb319d65f8ca7f370df0e3a7 (patch)
tree4302cf5169dd04d414d936cb4e83cec0ecec7677 /scripts/auto-build
parent432de6d7dfcd59fe61cc535c6334bc83e19d0572 (diff)
add global 'svn up' to include the root folder
svn path=/trunk/; revision=16313
Diffstat (limited to 'scripts/auto-build')
-rwxr-xr-xscripts/auto-build/pd-extended-auto-builder.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/auto-build/pd-extended-auto-builder.sh b/scripts/auto-build/pd-extended-auto-builder.sh
index 5efc3399..68a5c103 100755
--- a/scripts/auto-build/pd-extended-auto-builder.sh
+++ b/scripts/auto-build/pd-extended-auto-builder.sh
@@ -46,6 +46,7 @@ echo "--- make distclean -------------------------------------"
make -C ${auto_build_root_dir}/packages/$BUILD_DIR distclean
echo "--- use SCM to clean -----------------------------------"
+svn up $auto_build_root_dir
for dir in $auto_build_root_dir/*; do
clean_and_update_folder $dir
remove_dead_svn_externals $dir