[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: svn grep -r2:5 "a_word" filename1 filename2 folder3

From: Garrett Rooney <rooneg_at_electricjellyfish.net>
Date: 2006-09-25 15:59:07 CEST

On 9/20/06, Hanley, James <jhanley@redcom.com> wrote:
> I posted this earlier to the users list, and wanted to get some further
> input from this list.

Personally, I'm hesitant to add commands that do lots of work server
side, such as regex maching over large amounts of data. I'm also
hesitant to add commands that result in downloading potentially huge
amounts of data, so I'd worry a lot about recursive greps on directory
trees. The infrastructure to implement a historical grep on a file is
already there though, the underlying functionality used to implement
'svn blame' could fairly easily be used to implement something like
that, if anyone was interested enough to try.

-garrett

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Sep 25 15:59:24 2006

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.