From: Chris Hanson Date: Tue, 13 Dec 2005 06:14:57 +0000 (+0000) Subject: Update for moved CVS repository. X-Git-Tag: 20090517-FFI~1167 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=fcf971c5ef931dc77bb3b06e40815fba370fb90d;p=mit-scheme.git Update for moved CVS repository. --- diff --git a/etc/update-rcs-log b/etc/update-rcs-log index 57594a6a9..e05ae39a9 100755 --- a/etc/update-rcs-log +++ b/etc/update-rcs-log @@ -5,7 +5,7 @@ umask 002 -exec > /scheme/etc/update-rcs-log.out 2>&1 +exec > /tmp/update-rcs-log.out 2>&1 export PATH="/usr/local/bin:${PATH}" @@ -16,7 +16,7 @@ if [ -z "${CVS2CL}" ]; then fi COMMON="--revisions --usermap /scheme/v7/src/etc/usermap --domain zurich.csail.mit.edu --stdout --no-wrap --separate-header --window 3600" -GOPTS_SCHEME="-d:ext:anoncvs@subversions.gnu.org:/cvsroot/mit-scheme" +GOPTS_SCHEME="-d:ext:anoncvs@cvs.savannah.gnu.org:/cvsroot/mit-scheme" GOPTS_HTML="-d:ext:anoncvs@savannah.gnu.org:/webcvs/mit-scheme" O="ChangeLog" N="${O}.new"