From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Thierry Volpiatto Newsgroups: gmane.emacs.help Subject: Re: Emacs and Subversion Date: Fri, 13 Jun 2008 23:10:16 +0200 Message-ID: <87hcbxca87.fsf@thievol.homelinux.org> References: <17831035.post@talk.nabble.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1213391139 18805 80.91.229.12 (13 Jun 2008 21:05:39 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 13 Jun 2008 21:05:39 +0000 (UTC) Cc: Help-gnu-emacs@gnu.org To: Lucas Gabutti Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Jun 13 23:06:21 2008 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1K7GTM-0004rD-QP for geh-help-gnu-emacs@m.gmane.org; Fri, 13 Jun 2008 23:06:13 +0200 Original-Received: from localhost ([127.0.0.1]:34582 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K7GSZ-0002AV-41 for geh-help-gnu-emacs@m.gmane.org; Fri, 13 Jun 2008 17:05:23 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1K7GSF-00028Y-GO for help-gnu-emacs@gnu.org; Fri, 13 Jun 2008 17:05:03 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1K7GSE-00027H-6S for Help-gnu-emacs@gnu.org; Fri, 13 Jun 2008 17:05:02 -0400 Original-Received: from [199.232.76.173] (port=47571 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K7GSE-000277-29 for Help-gnu-emacs@gnu.org; Fri, 13 Jun 2008 17:05:02 -0400 Original-Received: from hu-out-0506.google.com ([72.14.214.227]:11316) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1K7GSC-0004RD-Ol for Help-gnu-emacs@gnu.org; Fri, 13 Jun 2008 17:05:01 -0400 Original-Received: by hu-out-0506.google.com with SMTP id 34so6025637hud.1 for ; Fri, 13 Jun 2008 14:04:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:cc:subject:references :date:in-reply-to:message-id:user-agent:mime-version:content-type; bh=aqQP8YjCGNoNS1PyORL831gCA9pOjkn487sE2Jfzex0=; b=GqFNQWCRux11euNaW/eDrAJ962N04H/yxOF+oblnFMLUo0XPrCiuxy6Fr2YqPuvmhq re6pWk5JpO0Ql6mC44nUYPlUkKfSqHDL8dbN1mVKZ48pJpxa3ZIJV9Vk299vA6oCXnK+ JrFg1pSkUlmMH8lJemunqeSmTdooByRttxPSU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version:content-type; b=a0RdMxou59aCJsEwz/K0Ao30l+GGMmGeSWVcxtQIRzOiKEruZKaCkFYYAQ70jd5PaX 7K+spPWH8WdfHpjMtz05pIf3aieL/wvvkxsbiAJwOHvwHKFDNTjaCJ4NT1TltEWFCxRO eyQUif01m1ykitUk4I/2EUhMGvcnDCd4mgskE= Original-Received: by 10.86.90.13 with SMTP id n13mr4649324fgb.3.1213391099207; Fri, 13 Jun 2008 14:04:59 -0700 (PDT) Original-Received: from thievol.homelinux.org ( [77.197.77.55]) by mx.google.com with ESMTPS id d4sm5945597fga.8.2008.06.13.14.04.56 (version=TLSv1/SSLv3 cipher=RC4-MD5); Fri, 13 Jun 2008 14:04:57 -0700 (PDT) In-Reply-To: <17831035.post@talk.nabble.com> (Lucas Gabutti's message of "Fri, 13 Jun 2008 13:04:32 -0700 (PDT)") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 2) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:54805 Archived-At: Lucas Gabutti writes: > Hi everyone. > > I want to make a find-grep command in emacs in a specified directory but > with one important issue: I want to process ONLY those files that are under > SVN version and ignore all the others within that directory. > > Hope someone help me. > > Thank you!! You can use TraverseDirectory. It's faster than find-grep, and much easier to configure: you have a conf file where you select the dir and the files to exclude. If you have a planner-page for your project you can use it for finding all todos and display them.(you can toggle view/noview) It's fast to run, there is three args: tree ==> with completion so if you are in your dir you have noting to enter. regex ==> your regex to match matchonly ==> you can skip it (just press enter) If there is compressed archive in your dir it will search in this archive and continue to search in other files and dir (need avfs for that) I have just added this feature today. Here is a good start: http://www.emacswiki.org/cgi-bin/wiki/TraverseDirectory -- A + Thierry Pub key: http://pgp.mit.edu