From a7fe49a0484c5d237bd387eba5770591fc1ecf20 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Wed, 21 Nov 2007 14:10:16 +0000 Subject: [PATCH] restores former policy to checkout /build rather than to export it, so subsequent (-o) runs can update it --- vbuild-nightly.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.47.0