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: Thu, 27 Mar 2008 15:45:59 +0100 Organization: sometimes Message-ID: <87myokjkd4.fsf@ambire.localdomain> References: <87abl1uved.fsf@gnu.org> <87wso3u12s.fsf@gnu.org> <878x0i2xr7.fsf@ambire.localdomain> <87bq53lnlk.fsf@ossau.uklinux.net> <87r6dwjm4n.fsf@ambire.localdomain> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1206629355 20741 80.91.229.12 (27 Mar 2008 14:49:15 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 27 Mar 2008 14:49:15 +0000 (UTC) To: guile-devel@gnu.org Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Thu Mar 27 15:49: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 1JetPv-0007x8-QE for guile-devel@m.gmane.org; Thu, 27 Mar 2008 15:49:24 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JetPK-0001IW-2j for guile-devel@m.gmane.org; Thu, 27 Mar 2008 10:48:46 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JetPE-0001IH-HP for guile-devel@gnu.org; Thu, 27 Mar 2008 10:48:40 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JetPC-0001I5-9U for guile-devel@gnu.org; Thu, 27 Mar 2008 10:48:39 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JetPC-0001Hy-2w for guile-devel@gnu.org; Thu, 27 Mar 2008 10:48:38 -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 1JetPB-0003EM-2j for guile-devel@gnu.org; Thu, 27 Mar 2008 10:48:37 -0400 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1JetP6-0007Cj-76 for guile-devel@gnu.org; Thu, 27 Mar 2008 14:48:32 +0000 Original-Received: from 151.61.142.225 ([151.61.142.225]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 27 Mar 2008 14:48:32 +0000 Original-Received: from ttn by 151.61.142.225 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 27 Mar 2008 14:48:32 +0000 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 15 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 151.61.142.225 User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) Cancel-Lock: sha1:uMXfrnUtgaFU7cTdNRO0CK99BpQ= 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:7104 Archived-At: () Han-Wen Nienhuys () Thu, 27 Mar 2008 11:28:56 -0300 this is a non-issue. You can do the import to a seperate git repo later, and then do a merge into core. This will add all the history of the side-project to core as well. IMO Until there is a need, importing random bitrot is a waste of time, and will confuse newcoming hackers. Sorry, i thought we were talking about parallel Git repos (to reflect the parallel cvs modules "guile-core", "guile-scripts" and "workbook"). Am i missing something? thi