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

Re: Robots and Spiders, oh my!

From: Julian Foad <julianfoad_at_btopenworld.com>
Date: 2004-03-16 00:58:00 CET

Mark Benedetto King wrote:
> On Fri, Mar 12, 2004 at 07:47:46AM -0600, Brian W. Fitzpatrick wrote:
>
> Especially since svn doesn't have "svn grep -r X:Y"[*], this seems like
[...]
> [*] Wouldn't it be neat, though?

What do you mean by "svn grep -r X:Y" ? Perhaps something like:

for R = X to Y:
  svn cat -r R [file] | grep [args]

or

svn cat -r X [file] | grep [args]
for R = X+1 to Y:
  svn diff -r R-1:R [file] | grep [args]

It might be worth creating an "enhancement" or "wish" issue to track this, so that if the idea comes up again the discussion about it doesn't have to re-start from nothing.

- Julian

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Mar 16 00:57:04 2004

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.