aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2009-05-09 17:04:52 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2009-05-09 17:04:52 +0000
commitfe42ae068b384952f2e890f2e412c079b1a54be3 (patch)
tree37de2b23f0ee0782e47706f322ed4ce4184fe4a4 /scripts
parent1cfca62fad46976796173aaad56234022cfc85d9 (diff)
added the --whole-file option to rsync, which seems to eliminate the problems with rsync stalling out after 5-10 files
svn path=/trunk/; revision=11308
Diffstat (limited to 'scripts')
-rw-r--r--scripts/auto-build/extra-rsync.bat4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/auto-build/extra-rsync.bat b/scripts/auto-build/extra-rsync.bat
index 5ab547f6..3000c939 100644
--- a/scripts/auto-build/extra-rsync.bat
+++ b/scripts/auto-build/extra-rsync.bat
@@ -6,8 +6,8 @@ REM C:\msys\1.0\bin\sh --login -i -c find /home/pd/auto-build/pd-extended/ -name
REM Cygwin rsync seems to be unhappy with SVN's .svn file permissions, so
REM ignore SVN files first to get all the 'meat'
-rsync -av --progress --exclude='*inv\**' --cvs-exclude --timeout=60 rsync://128.238.56.50/distros/pd-extended/ /home/pd/auto-build/pd-extended/
+rsync -av --progress --whole-file --exclude='*inv\**' --cvs-exclude --timeout=60 rsync://128.238.56.50/distros/pd-extended/ /home/pd/auto-build/pd-extended/
sleep 60
REM now get the SVN changes, this might fail a lot, especially on '.svn/entries'
-rsync -av --progress --exclude='*inv\**' --timeout=60 rsync://128.238.56.50/distros/pd-extended/ /home/pd/auto-build/pd-extended/
+rsync -av --progress --whole-file --exclude='*inv\**' --timeout=60 rsync://128.238.56.50/distros/pd-extended/ /home/pd/auto-build/pd-extended/