From b1017537c40ea2128c7992471cda925baa9e15f3 Mon Sep 17 00:00:00 2001 From: div0 Date: Mon, 28 Jul 2008 06:03:56 +0000 Subject: [PATCH] makefile only exists since -r3789 git-svn-id: svn://svn.icculus.org/nexuiz/trunk@3959 f962a42d-fe04-0410-a3ab-8c8b0445ebaa --- misc/csqcarchive.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/misc/csqcarchive.sh b/misc/csqcarchive.sh index e8eb569e3..9c6ecb504 100644 --- a/misc/csqcarchive.sh +++ b/misc/csqcarchive.sh @@ -31,6 +31,9 @@ revs() rm -f "$out" for rev in `revs`; do + if [ "$rev" -lt 3789 ]; then + continue + fi svn checkout -r"$rev" svn://svn.icculus.org/nexuiz/trunk/data/qcsrc rm -f Makefile csprogs.dat wget -OMakefile "http://svn.icculus.org/*checkout*/nexuiz/trunk/data/Makefile?revision=$rev" || continue -- 2.39.2