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: use git, not cvs Date: Tue, 10 Jun 2008 13:02:39 +0200 Message-ID: References: <20080607125159.8A74F9F05B4@grelber.thyrsus.com> <20080607132037.GA21979@thyrsus.com> <20080607141452.GF1812@muc.de> <20080607152408.GG1812@muc.de> <20080607193747.GB1420@thyrsus.com> <878wxd1sqg.fsf_-_@rho.meyering.net> <873anl1rnq.fsf@rho.meyering.net> 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 1213095789 28578 80.91.229.12 (10 Jun 2008 11:03:09 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 10 Jun 2008 11:03:09 +0000 (UTC) Cc: esr@thyrsus.com, Alan Mackenzie , Eli Zaretskii , emacs-devel@gnu.org To: "Jim Meyering" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jun 10 13:03:52 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 1K61dm-0000Bc-F4 for ged-emacs-devel@m.gmane.org; Tue, 10 Jun 2008 13:03:50 +0200 Original-Received: from localhost ([127.0.0.1]:34728 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K61cz-0003Wi-9j for ged-emacs-devel@m.gmane.org; Tue, 10 Jun 2008 07:03:01 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1K61cv-0003Wd-Td for emacs-devel@gnu.org; Tue, 10 Jun 2008 07:02:57 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1K61cu-0003WB-Je for emacs-devel@gnu.org; Tue, 10 Jun 2008 07:02:57 -0400 Original-Received: from [199.232.76.173] (port=32791 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K61cu-0003W8-Dr for emacs-devel@gnu.org; Tue, 10 Jun 2008 07:02:56 -0400 Original-Received: from rv-out-0708.google.com ([209.85.198.251]:61372) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1K61ct-0002Bt-Su for emacs-devel@gnu.org; Tue, 10 Jun 2008 07:02:56 -0400 Original-Received: by rv-out-0708.google.com with SMTP id k29so3109809rvb.6 for ; Tue, 10 Jun 2008 04:02:53 -0700 (PDT) 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=VB5taxRSzUTIAEuu1SDBCm9RXNHmOy68KnTIz46tIIg=; b=lLb0VyhDQbFDW4dKvwNNiIHAE808WD041uo3tFw0XDe09Q68kvR1XjfTlZmwuTdwCf 7IzCnArZsOA/d03a7k6gvJDTDp/TvL9kATEHsElvVuzkNnLAP1cCz1sPud8df/DMeC7T whF1W3R5SiRJjHu11CV91FLRHjsKpFY+cOuhQ= 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=gecW0AEqpElpJK28skcbmFp/j/m2NeVy/sH9QT9HiO2RmSrwjiG9srlaKDttE3BwVy aF+TQ36o2K7zTNGhwxqVEKLLL+XJTwZMZBjkzcwLW4J8jHZacKsSPa1eWZvgJcCZ+J1/ 3YnXZ8kBeK5ThD7u4cCC57ZxyL3xaI1e9ohDc= Original-Received: by 10.114.149.2 with SMTP id w2mr4655916wad.92.1213095759660; Tue, 10 Jun 2008 04:02:39 -0700 (PDT) Original-Received: by 10.114.167.12 with HTTP; Tue, 10 Jun 2008 04:02:39 -0700 (PDT) In-Reply-To: <873anl1rnq.fsf@rho.meyering.net> 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:98856 Archived-At: > I suppose you've reported it? or maybe that's a known limitation. Known. Also, the MinGW port of git is extremely short on developers. > In a pinch, you can get by with just applying patches from git to > a CVS working tree, and then manually changing permissions and marking > files for addition/removal before doing the "cvs commit". Yes, I've done that a couple times. Juanma