[gs-cvs] rev 7028 - trunk/gs/toolbin
ray at ghostscript.com
ray at ghostscript.com
Sun Sep 10 08:16:03 PDT 2006
Author: ray
Date: 2006-09-10 08:16:03 -0700 (Sun, 10 Sep 2006)
New Revision: 7028
Modified:
trunk/gs/toolbin/search-svn-revs
Log:
Change to use 'export' rather than 'checkout' to decrease the size of the
local directory. We don't need the .svn tree for the test.
Modified: trunk/gs/toolbin/search-svn-revs
===================================================================
--- trunk/gs/toolbin/search-svn-revs 2006-09-09 19:22:14 UTC (rev 7027)
+++ trunk/gs/toolbin/search-svn-revs 2006-09-10 15:16:03 UTC (rev 7028)
@@ -26,7 +26,7 @@
test_rev=$(( ( ( $lowest_succeed - $highest_fail ) / 2 ) + $highest_fail ))
echo -e "checking rev: $test_rev. svn checkout ...\c"
- svn co -r$test_rev svn+ssh://svn.ghostscript.com/svn/ghostscript/trunk/gs gs.$test_rev > /dev/null 2>&1
+ svn export -q -r$test_rev svn+ssh://svn.ghostscript.com/svn/ghostscript/trunk/gs gs.$test_rev > /dev/null 2>&1
cd gs.$test_rev
echo -e "\b\b\bdone. autogen ...\c"
./autogen.sh > /dev/null 2>&1
More information about the gs-cvs
mailing list