From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Thien-Thi Nguyen Newsgroups: gmane.lisp.guile.user Subject: 1.4.x anonymous cvs available Date: Sat, 28 Sep 2002 16:27:16 -0700 Sender: guile-user-admin@gnu.org Message-ID: Reply-To: ttn@glug.org NNTP-Posting-Host: localhost.gmane.org X-Trace: main.gmane.org 1033256253 550 127.0.0.1 (28 Sep 2002 23:37:33 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sat, 28 Sep 2002 23:37:33 +0000 (UTC) Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 17vR9Q-00008k-00 for ; Sun, 29 Sep 2002 01:37:32 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 17vR93-0006yz-00; Sat, 28 Sep 2002 19:37:09 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 17vR8A-0006yQ-00 for guile-user@gnu.org; Sat, 28 Sep 2002 19:36:14 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 17vR88-0006yE-00 for guile-user@gnu.org; Sat, 28 Sep 2002 19:36:13 -0400 Original-Received: from ca-crlsca-cuda3-c6a-b-211.crlsca.adelphia.net ([68.71.15.211] helo=giblet) by monty-python.gnu.org with esmtp (Exim 4.10) id 17vR88-0006yA-00 for guile-user@gnu.org; Sat, 28 Sep 2002 19:36:12 -0400 Original-Received: from ttn by giblet with local (Exim 3.35 #1 (Debian)) id 17vQzU-0002Sz-00 for ; Sat, 28 Sep 2002 16:27:16 -0700 Original-To: guile-user@gnu.org Errors-To: guile-user-admin@gnu.org X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General Guile related discussions List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.lisp.guile.user:1085 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.user:1085 folks, for anyone interested in anonymous cvs access to 1.4.x hacking, the following commands should get you set up: CVSROOT=':pserver:anonymous@cvs.glug.org:/home/ttn/cvsroot' export CVSROOT cvs login # just type RET here cvs co hack cd hack ( cd scripts ; make gscripts="../guile-core/scripts" gscripts-symlinks ) cd guile-core sh -x autogen.sh mkdir ../guile-core.b cd ../guile-core.b ../guile-core/configure --prefix /tmp/a/b/c --without-readline make && make check make install && make installcheck strace -e open /tmp/a/b/c/bin/guile -c '(quit)' the repo is updated hourly, at this time. yeah, i know: i should have looked into using arch, but my ISP admin is sort of old-school and i didn't want him to freak out (just yet ;-). if anoncvs works we will find a way to use arch in the future. thi _______________________________________________ Guile-user mailing list Guile-user@gnu.org http://mail.gnu.org/mailman/listinfo/guile-user