diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2012-09-28 16:26:29 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2012-09-28 16:26:29 +0000 |
commit | 35e6e95f07072b73fb319d65f8ca7f370df0e3a7 (patch) | |
tree | 4302cf5169dd04d414d936cb4e83cec0ecec7677 | |
parent | 432de6d7dfcd59fe61cc535c6334bc83e19d0572 (diff) |
add global 'svn up' to include the root folder
svn path=/trunk/; revision=16313
-rwxr-xr-x | scripts/auto-build/pd-extended-auto-builder.sh | 1 |
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 |