From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Juanma Barranquero" Newsgroups: gmane.emacs.devel Subject: Re: What a modern collaboration toolkit looks like Date: Sun, 20 Jan 2008 06:36:41 +0100 Message-ID: References: <20071230122217.3CA84830B9A@snark.thyrsus.com> <4pd9g15e.fsf@blue.sea.net> <874pd92ias.fsf@catnip.gol.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1200807419 9168 80.91.229.12 (20 Jan 2008 05:36:59 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 20 Jan 2008 05:36:59 +0000 (UTC) Cc: emacs-devel@gnu.org To: "Miles Bader" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Jan 20 06:37:18 2008 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1JGSrs-0000NG-Oj for ged-emacs-devel@m.gmane.org; Sun, 20 Jan 2008 06:37:17 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JGSrT-0007Ab-BV for ged-emacs-devel@m.gmane.org; Sun, 20 Jan 2008 00:36:51 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JGSrO-00078e-6i for emacs-devel@gnu.org; Sun, 20 Jan 2008 00:36:46 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JGSrL-00075g-Ri for emacs-devel@gnu.org; Sun, 20 Jan 2008 00:36:45 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JGSrL-00075b-Oq for emacs-devel@gnu.org; Sun, 20 Jan 2008 00:36:43 -0500 Original-Received: from wa-out-1112.google.com ([209.85.146.182]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JGSrL-0007vX-Jc for emacs-devel@gnu.org; Sun, 20 Jan 2008 00:36:43 -0500 Original-Received: by wa-out-1112.google.com with SMTP id k34so2836165wah.10 for ; Sat, 19 Jan 2008 21:36:41 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=tqytDwJwihiKAXkomtK1xGmzXSp90Oq1+pjOeT0Kzig=; b=w1Tzl2cXYyt8tnCU7BUonjCM1YqBeMPUMKfSA9KnM1rsdAS02bA7nWaFAgLvFq04YtrymcY7GzQ6e88bGUd7pXvMsTESIqnCSelZAkq486gadphsjIFzmZJvuS34WcFgIA6gxOnYFuePn31JJTaJ/Rocqt4KlOVJGNq/WH3DXdQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=HQPQuFezQW1/GWOKRIpK8fbUw6dvSk1u/E4o62zw9FMtos8QodG2oWJTEqLRZQ0Xk7mh9scG/o0eOwVdgn28iaAvqAtqXK8aw+hjm1nX5r0e9FURV3Mk1h11eAIPMdwCv5ZJXxl9/JExg+tBt6v3HWMNKuVp5ncqu0JkoV1Ppyc= Original-Received: by 10.115.74.1 with SMTP id b1mr3155731wal.93.1200807401705; Sat, 19 Jan 2008 21:36:41 -0800 (PST) Original-Received: by 10.115.72.13 with HTTP; Sat, 19 Jan 2008 21:36:41 -0800 (PST) In-Reply-To: <874pd92ias.fsf@catnip.gol.com> Content-Disposition: inline X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 2) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:87097 Archived-At: On Jan 20, 2008 6:10 AM, Miles Bader wrote: > cygwin seems like a fine solution for supporting developers on windows. I doubt Cygwin can be "a fine solution" for anything, but that's just me. However, as someone already said, there's MSYS/MinGW port of git in the works. It lacks some things (Subversion importing, daemon, most things related to e-mail...), but it is quite useable. That's not to say that git it is preferable over mercurial, however. Let's first read Eric's article. Juanma