all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Thierry Volpiatto <thierry.volpiatto@gmail.com>
To: Lucas Gabutti <lucas.gabutti@gameloft.com>
Cc: Help-gnu-emacs@gnu.org
Subject: Re: Emacs and Subversion
Date: Fri, 13 Jun 2008 23:10:16 +0200	[thread overview]
Message-ID: <87hcbxca87.fsf@thievol.homelinux.org> (raw)
In-Reply-To: <17831035.post@talk.nabble.com> (Lucas Gabutti's message of "Fri,  13 Jun 2008 13:04:32 -0700 (PDT)")

Lucas Gabutti <lucas.gabutti@gameloft.com> 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




  reply	other threads:[~2008-06-13 21:10 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-06-13 20:04 Emacs and Subversion Lucas Gabutti
2008-06-13 21:10 ` Thierry Volpiatto [this message]
2008-06-14  3:23 ` Joel J. Adamson

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87hcbxca87.fsf@thievol.homelinux.org \
    --to=thierry.volpiatto@gmail.com \
    --cc=Help-gnu-emacs@gnu.org \
    --cc=lucas.gabutti@gameloft.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.