summaryrefslogtreecommitdiff
path: root/share/tools/webupdate
diff options
context:
space:
mode:
Diffstat (limited to 'share/tools/webupdate')
-rwxr-xr-xshare/tools/webupdate7
1 files changed, 3 insertions, 4 deletions
diff --git a/share/tools/webupdate b/share/tools/webupdate
index 090448358b..31de593f0e 100755
--- a/share/tools/webupdate
+++ b/share/tools/webupdate
@@ -138,12 +138,11 @@ if [ $cond ]; then
svn co $SVNROOT/base/stable/9/share/man/man4 relnotes9/man4 >> $LOGFILE 2>&1 || exit 2;
svn co $SVNROOT/base/stable/8/release/doc relnotes8/doc >> $LOGFILE 2>&1 || exit 2;
svn co $SVNROOT/base/stable/8/share/man/man4 relnotes8/man4 >> $LOGFILE 2>&1 || exit 2;
- svn co --depth immediates $SVNROOT/ports/head ports
+ svn co --depth immediates $SVNROOT/ports/head ports >> $LOGFILE 2>&1 || exit 2
+ svn up --set-depth infinity ports/Mk >> $LOGFILE 2>&1 || exit 2
rm -f $BUILDDIR/fullbuild-clean.flag
else
- for dir in head relnotes/doc relnotes/man4 ports relnotes10/doc \
- relnotes10/man4 relnotes9/doc relnotes9/man4 relnotes8/doc \
- relnotes8/man4; do
+ for dir in ${subtrees}; do
svn cleanup $dir >> $LOGFILE 2>&1 || exit 2;
svn update --accept theirs-full $dir >> $LOGFILE 2>&1 || exit 2;
done