From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Thien-Thi Nguyen Newsgroups: gmane.lisp.guile.devel Subject: Re: The Big Switch to Git Date: Sat, 15 Mar 2008 17:22:18 +0100 Organization: sometimes Message-ID: <878x0kkldx.fsf@ambire.localdomain> References: <87abl1uved.fsf@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: ger.gmane.org 1205598308 20223 80.91.229.12 (15 Mar 2008 16:25:08 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 15 Mar 2008 16:25:08 +0000 (UTC) To: guile-devel@gnu.org Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Sat Mar 15 17:25:36 2008 Return-path: Envelope-to: guile-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1JaZCJ-0000CL-J4 for guile-devel@m.gmane.org; Sat, 15 Mar 2008 17:25:28 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JaZBk-0001zi-5f for guile-devel@m.gmane.org; Sat, 15 Mar 2008 12:24:52 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JaZBh-0001xP-57 for guile-devel@gnu.org; Sat, 15 Mar 2008 12:24:49 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JaZBf-0001v3-HQ for guile-devel@gnu.org; Sat, 15 Mar 2008 12:24:48 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JaZBf-0001uw-E6 for guile-devel@gnu.org; Sat, 15 Mar 2008 12:24:47 -0400 Original-Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1JaZBf-0000j8-Au for guile-devel@gnu.org; Sat, 15 Mar 2008 12:24:47 -0400 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1JaZBZ-0002jM-Co for guile-devel@gnu.org; Sat, 15 Mar 2008 16:24:41 +0000 Original-Received: from 151.61.142.123 ([151.61.142.123]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 15 Mar 2008 16:24:41 +0000 Original-Received: from ttn by 151.61.142.123 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 15 Mar 2008 16:24:41 +0000 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 19 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 151.61.142.123 User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) Cancel-Lock: sha1:fDSTRSAqbmjNE7UAcd8LZe+0pQk= X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.devel:7075 Archived-At: () ludo@gnu.org (Ludovic Courtès) () Fri, 14 Mar 2008 17:23:38 +0100 switch from CVS to Git Cool! Personally, I'm thinking about only importing `guile-core' for now (like what Han-Wen did at http://repo.or.cz/w/guile.git some time ago). If we eventually feel the need to import the other modules, we can do it and have the Savannah folks let us store them in sub-directories. On the other hand, the sooner you import the other modules, the sooner problems w/ the import can be found and corrected. This is especially important a few months down the line when details of the process will have become fuzzy. thi