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

RE: Searching within files

From: Young, Jason \(GE Infrastructure\) <Jason.Young_at_ge.com>
Date: 2006-02-22 19:26:16 CET

It's pretty simple. We just want to be able to do simple things like find every place that calls a certain method. We have no reason to look at anything but the latest revision. The repository is way too large to get the entire thing as a working copy.

In source safe, you could pick a branch, and it would recursively search in all files and folders. It was extremely slow, but that's expected because of the sheer volume.

We also like to be able to search for a certain filename using wildcards if necessary.

That's really the extent of it. Nothing fancy. A client tool could do it easily in theory. It would ask for a subversion export and then watch the output stream for what is being searched for.

Thanks,
Jason

-----Original Message-----
From: Miha Vitorovic [mailto:mvitorovic@nil.si]
Sent: Wednesday, February 22, 2006 9:43 AM
To: Ryan Schmidt
Cc: Young, Jason (GE Infrastructure); users@subversion.tigris.org
Subject: Re: Searching within files

Also, the discussion has just started on the dev list about implementing the "svn find" functionality. Maybe you could offer some "user perspective".

Cheers,

---
  Miha Vitorovic
  Inženir v tehničnem področju
  Customer Support Engineer
   NIL Data Communications,  Tivolska cesta 48,  1000 Ljubljana,  Slovenia
   Phone +386 1 4746 500      Fax +386 1 4746 501     http://www.NIL.si
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Feb 22 19:34:53 2006

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

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