Martin Gainty | 28 Oct 2000 16:41
Picon
Favicon

Re: I want to search my project source code

Perry-

Does cscope support PHP?

Thanks for the link
M--
----- Original Message ----- 
From: "Perry Smith" <pedz <at> easesoftware.com>
To: "Guy Rouillier" <guyr-ml1 <at> burntmail.com>
Cc: <pgsql-general <at> postgresql.org>
Sent: Sunday, October 28, 2007 10:25 AM
Subject: Re: [GENERAL] I want to search my project source code

> On Oct 28, 2007, at 12:59 AM, Guy Rouillier wrote:
> 
> > Matthew Wilson wrote:
> >> I have a lot of code -- millions of lines at this point, written
> >> over the last 5 years.  Everything is in a bunch of nested folders.
> >> At least once a week, I want to find some code that uses a few  
> >> modules,
> >> so I have to launch a find + grep at the top of the tree and then  
> >> wait
> >> for it to finish.
> >> I wonder if I could store our source code in a postgresql table and
> >> then use full text searching to index.  Then I hope I could run a  
> >> query
> >> where I ask for all files that use modules X, Y, and Z.
> >
> > DBMSs are great tools for the right job, but IMO this is not the  
> > right job.  I can't see how a database engine, with all it's  
(Continue reading)

Perry Smith | 28 Oct 2007 15:55
Favicon
Gravatar

Re: I want to search my project source code


On Oct 28, 2000, at 9:41 AM, Martin Gainty wrote:

> Perry-
>
> Does cscope support PHP?

I don't think so.  Exuberant tags suppose a lot of languages but it  
does not do references (I think) -- just definitions.

>
> Thanks for the link
> M--
> ----- Original Message -----
> From: "Perry Smith" <pedz <at> easesoftware.com>
> To: "Guy Rouillier" <guyr-ml1 <at> burntmail.com>
> Cc: <pgsql-general <at> postgresql.org>
> Sent: Sunday, October 28, 2007 10:25 AM
> Subject: Re: [GENERAL] I want to search my project source code
>
>
>> On Oct 28, 2007, at 12:59 AM, Guy Rouillier wrote:
>>
>>> Matthew Wilson wrote:
>>>> I have a lot of code -- millions of lines at this point, written
>>>> over the last 5 years.  Everything is in a bunch of nested folders.
>>>> At least once a week, I want to find some code that uses a few
>>>> modules,
>>>> so I have to launch a find + grep at the top of the tree and then
>>>> wait
(Continue reading)


Gmane