unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
* Emacs and Subversion
@ 2008-06-13 20:04 Lucas Gabutti
  2008-06-13 21:10 ` Thierry Volpiatto
  2008-06-14  3:23 ` Joel J. Adamson
  0 siblings, 2 replies; 3+ messages in thread
From: Lucas Gabutti @ 2008-06-13 20:04 UTC (permalink / raw)
  To: Help-gnu-emacs


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!!
-- 
View this message in context: http://www.nabble.com/Emacs-and-Subversion-tp17831035p17831035.html
Sent from the Emacs - Help mailing list archive at Nabble.com.





^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Emacs and Subversion
  2008-06-13 20:04 Emacs and Subversion Lucas Gabutti
@ 2008-06-13 21:10 ` Thierry Volpiatto
  2008-06-14  3:23 ` Joel J. Adamson
  1 sibling, 0 replies; 3+ messages in thread
From: Thierry Volpiatto @ 2008-06-13 21:10 UTC (permalink / raw)
  To: Lucas Gabutti; +Cc: Help-gnu-emacs

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




^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Emacs and Subversion
  2008-06-13 20:04 Emacs and Subversion Lucas Gabutti
  2008-06-13 21:10 ` Thierry Volpiatto
@ 2008-06-14  3:23 ` Joel J. Adamson
  1 sibling, 0 replies; 3+ messages in thread
From: Joel J. Adamson @ 2008-06-14  3:23 UTC (permalink / raw)
  To: Lucas Gabutti; +Cc: Help-gnu-emacs

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.

psvn.el might have something to help with this:

joel@edna:~/.emacs.d/svn$ svn info
Path: .
URL: http://svn.collab.net/repos/svn/trunk/contrib/client-side/emacs

Joel

-- 
Joel J. Adamson
(303) 880-3109
Public key: http://pgp.mit.edu
Homepage: http://www.unc.edu/~adamsonj
Please read http://www.unc.edu/~adamsonj/roe.html




^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2008-06-14  3:23 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-06-13 20:04 Emacs and Subversion Lucas Gabutti
2008-06-13 21:10 ` Thierry Volpiatto
2008-06-14  3:23 ` Joel J. Adamson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).