From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26903 invoked by alias); 14 Oct 2011 07:13:36 -0000 Received: (qmail 26867 invoked by uid 22791); 14 Oct 2011 07:13:33 -0000 X-SWARE-Spam-Status: No, hits=-1.8 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD,TW_SV X-Spam-Check-By: sourceware.org Received: from fencepost.gnu.org (HELO fencepost.gnu.org) (140.186.70.10) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 14 Oct 2011 07:13:18 +0000 Received: from ams by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1REbxE-0000gG-Hk; Fri, 14 Oct 2011 03:13:16 -0400 Date: Fri, 14 Oct 2011 07:13:00 -0000 Message-Id: From: ams@gnu.org (Alfred M. Szmidt) To: Jan Kratochvil CC: pmuldoon@redhat.com, joseph@codesourcery.com, gdb@sourceware.org In-reply-to: <20111014070117.GA14467@host1.jankratochvil.net> (message from Jan Kratochvil on Fri, 14 Oct 2011 09:01:17 +0200) Subject: Re: GIT and CVS Reply-to: ams@gnu.org References: <20111014060106.GA9490@host1.jankratochvil.net> <20111014070117.GA14467@host1.jankratochvil.net> X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2011-10/txt/msg00109.txt.bz2 > To name those usually not present on the system: > flex bison expat-devel zlib-devel python-devel texinfo > > Only required when having modified files that are used as input for > generation, I tend to make a tarball with freshly regenerated files > and push that to the host I wish to test. So no need for any of that > on the build platform. With GIT it is easier to use directly the repository. git doesn't store timestamps, which requires often regeneration of files for no particular reason. :( cvs is stilly quite silly there too... But I'm (atleast) not arguing for or against git, I frankly don't care as long as emacs works. I was only interested in how git as a tool replaceses the need for commit messages (ChangeLog); which isn't the case at all. I use git on a daily basis, but I don't find it easier to use than say cvs, bzr, svn or anything else.