From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5321 invoked by alias); 24 Jun 2008 18:12:31 -0000 Received: (qmail 5310 invoked by uid 22791); 24 Jun 2008 18:12:29 -0000 X-Spam-Check-By: sourceware.org Received: from bluesmobile.specifix.com (HELO bluesmobile.specifix.com) (216.129.118.140) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 24 Jun 2008 18:12:10 +0000 Received: from [127.0.0.1] (bluesmobile.specifix.com [216.129.118.140]) by bluesmobile.specifix.com (Postfix) with ESMTP id 843213BAA8; Tue, 24 Jun 2008 11:12:06 -0700 (PDT) Subject: Re: GDB Focus Group at the 2008 GCC Summit From: Michael Snyder To: Andrew STUBBS Cc: Mark Kettenis , gdb@sourceware.org In-Reply-To: <4860B1E2.3000309@st.com> References: <20080619190942.GA3744@adacore.com> <200806232208.m5NM8HTZ011692@brahms.sibelius.xs4all.nl> <4860B1E2.3000309@st.com> Content-Type: text/plain Date: Tue, 24 Jun 2008 18:12:00 -0000 Message-Id: <1214331126.3601.1206.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Evolution 2.10.3 (2.10.3-7.fc7) Content-Transfer-Encoding: 7bit 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: 2008-06/txt/msg00243.txt.bz2 On Tue, 2008-06-24 at 09:35 +0100, Andrew STUBBS wrote: > Mark Kettenis wrote: > > Objection! I have played with SVN for work and I really dilike the > > fact that a checked out repository is very grep unfriendly. > > grep --exclude=*.svn-base > > I have it in an alias. Yes, I have to do something similar when I diff two cvs trees: diff -rup -x CVS ...