[GRASS5] TAGS file?

Is there a TAGS file for the GRASS source code anywhere? Does anyone use one?

Jeff D. Hamann wrote:

Is there a TAGS file for the GRASS source code anywhere?

There isn't one included in the source tree.

I'm not sure that a global TAGS file would be a good idea; it's better
to create files which are relevant to the code on which you are
working (i.e. for the module itself and the libraries which it uses).

Does anyone use one?

I occasionally create TAGS files for relevant parts of the tree.

--
Glynn Clements <glynn.clements@virgin.net>

On Sun, Feb 02, 2003 at 06:55:33PM -0800, Jeff D. Hamann wrote:

Is there a TAGS file for the GRASS source code anywhere? Does anyone use one?

Yes,
please have a look here:

http://grass.itc.it/
-> CVS
   -> CVS branches (top menu)
    -> List of GRASS CVS branches

Is this what you were looking for?

Markus

Markus Neteler wrote:

> Is there a TAGS file for the GRASS source code anywhere? Does anyone use one?
>
Yes,
please have a look here:

http://grass.itc.it/
-> CVS
   -> CVS branches (top menu)
    -> List of GRASS CVS branches

Is this what you were looking for?

No. A TAGS file is a list of symbols (variables, functions) along with
the file and line number where they are defined. It is used by text
editors to implement a feature allowing the user to go to the place
where a given symbol is defined.

--
Glynn Clements <glynn.clements@virgin.net>