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.devel Subject: CVSROOT/modules + bye bye devel/, hello workbook/ Date: Sat, 23 Mar 2002 17:37:32 -0800 Sender: guile-devel-admin@gnu.org Message-ID: Reply-To: ttn@glug.org NNTP-Posting-Host: localhost.gmane.org X-Trace: main.gmane.org 1016934144 32656 127.0.0.1 (24 Mar 2002 01:42:24 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 24 Mar 2002 01:42:24 +0000 (UTC) Original-Received: from fencepost.gnu.org ([199.232.76.164]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 16ox1b-0008Ub-00 for ; Sun, 24 Mar 2002 02:42:23 +0100 Original-Received: from localhost ([127.0.0.1] helo=fencepost.gnu.org) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 16ox1K-0002tM-00; Sat, 23 Mar 2002 20:42:06 -0500 Original-Received: from ca-crlsbd-u3-c5c-122.crlsca.adelphia.net ([68.64.59.122] helo=giblet) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 16owzb-0002rP-00 for ; Sat, 23 Mar 2002 20:40:19 -0500 Original-Received: from ttn by giblet with local (Exim 3.33 #1 (Debian)) id 16owwu-00056l-00; Sat, 23 Mar 2002 17:37:32 -0800 Original-To: guile-devel@gnu.org Errors-To: guile-devel-admin@gnu.org X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.0.5 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:171 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.devel:171 folks, CVSROOT/modules (modulo comments) now looks like: core guile/guile-core workbook guile/workbook scripts guile/guile-scripts hack &core &workbook &scripts this means you can do "cvs co hack" to get: hack/core hack/workbook hack/scripts i figured these three cvs modules are the essential ones for the Serious Guile Hacker. i tried "cvs co -r branch_release-1-6 hack" but only got hack/core as a result (no workbook or scripts). based on that, here are the instructions for those interested in playing with multiple branches: cvs co hack cd hack for branch in 1-4 1-6 ; do cvs co -d core-$branch -r branch_release-$branch core done if the name "hack" is uncomfortable to you, you can do something like "cvs co -d guile hack". (i deliberately avoided the word "guile" in the module names because it seemed pretty obvious to me the context.) as for the web pages, unfortunately, they are under another cvsroot. IMHO they should be included in this bundle (if we can agree on a checkout bundle organization, it makes it easier to write scripts). any ideas? in other news, devel/ is history. its contents are now in workbook (sorry, i didn't actually preserve the individual file histories in the move). i took the liberty of moving memory.text into gc/, htbmc* into policy/, and adding dirs bugs/ (currently empty pending BUGS import) and journal/. thi _______________________________________________ Guile-devel mailing list Guile-devel@gnu.org http://mail.gnu.org/mailman/listinfo/guile-devel