From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Rob Browning Newsgroups: gmane.lisp.guile.devel Subject: Re: autogen.sh now requires workbook specification Date: Sun, 31 Mar 2002 23:00:22 -0600 Sender: guile-devel-admin@gnu.org Message-ID: <87pu1kdndl.fsf@raven.i.defaultvalue.org> References: NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1017637631 20981 127.0.0.1 (1 Apr 2002 05:07:11 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 1 Apr 2002 05:07:11 +0000 (UTC) Cc: guile-devel@gnu.org Original-Received: from fencepost.gnu.org ([199.232.76.164]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 16ru2B-0005SI-00 for ; Mon, 01 Apr 2002 07:07:11 +0200 Original-Received: from localhost ([127.0.0.1] helo=fencepost.gnu.org) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 16rtyD-0002c0-00; Mon, 01 Apr 2002 00:03:05 -0500 Original-Received: from dsl-209-87-109-2.constant.com ([209.87.109.2] helo=defaultvalue.org) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 16rtvc-0002Ws-00 for ; Mon, 01 Apr 2002 00:00:24 -0500 Original-Received: from raven.i.defaultvalue.org (raven.i.defaultvalue.org [192.168.1.7]) by defaultvalue.org (Postfix) with ESMTP id F0E3511D4; Sun, 31 Mar 2002 23:00:22 -0600 (CST) Original-Received: by raven.i.defaultvalue.org (Postfix, from userid 1000) id 6CCC12120; Sun, 31 Mar 2002 23:00:22 -0600 (CST) Original-To: ttn@glug.org In-Reply-To: (Thien-Thi Nguyen's message of "Sun, 31 Mar 2002 15:28:53 -0800") Original-Lines: 38 User-Agent: Gnus/5.090006 (Oort Gnus v0.06) Emacs/21.2 (i386-debian-linux-gnu) Errors-To: guile-devel-admin@gnu.org X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.0.8 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Developers list for Guile, the GNU extensibility library List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.lisp.guile.devel:247 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.devel:247 Thien-Thi Nguyen writes: > basically, if you do "cvs co hack" this is handled w/o changing > autogen.sh invocation. if you keep workbook in another place, > you need to invoke like: > > autogen.sh /path/to/workbook Hmm, so checking out "hack" gets us a subtree like this: hack/core hack/scripts hack/workbook and autogen.sh just looks up one level? This made me wonder about having multiple trees checked out. For example, I always keep a core-1.5 and a core-dev tree checked out and jump back and forth between them. If scripts and workbook are supposed to be guile version independent, then am I right in presuming that I should probably just not use the "hack" module and manage my tree by "hand". i.e. just have separate checkouts for guile/core-1.5 guile/core-dev guile/scripts guile/workbook Also, if scripts and workbook are supposed to be "core independent", people will need to be careful not to accidentally tag them together. Thanks -- Rob Browning rlb @defaultvalue.org, @linuxdevel.com, and @debian.org Previously @cs.utexas.edu GPG=1C58 8B2C FB5E 3F64 EA5C 64AE 78FE E5FE F0CB A0AD _______________________________________________ Guile-devel mailing list Guile-devel@gnu.org http://mail.gnu.org/mailman/listinfo/guile-devel