From: Thierry Parmentelat Date: Wed, 21 Nov 2007 14:10:16 +0000 (+0000) Subject: restores former policy to checkout /build rather than to export it, so subsequent... X-Git-Tag: 4.2-rc2~491 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=a7fe49a0484c5d237bd387eba5770591fc1ecf20;p=build.git restores former policy to checkout /build rather than to export it, so subsequent (-o) runs can update it --- diff --git a/vbuild-nightly.sh b/vbuild-nightly.sh index c8a41a9c..79f27eee 100755 --- a/vbuild-nightly.sh +++ b/vbuild-nightly.sh @@ -285,7 +285,7 @@ function main () { cd - rm -rf $tmpdir # Extract build again - in the vserver - vserver ${BASE} exec svn export ${SVNPATH} /build + vserver ${BASE} exec svn checkout ${SVNPATH} /build fi echo "XXXXXXXXXX $COMMAND: preparation of vserver $BASE done" $(date)