help-global
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Again: Problem with global


From: Shigio Yamaguchi
Subject: Re: Again: Problem with global
Date: Mon, 28 May 2001 16:21:59 +0900

Hi,
> There is a directory /projects, where everything starts. There are
> directories and symbolic links within it, with depth >= 1.
> The links point to some mounted device.
> 
> So it looks like:
> 
> 
> /projects -----somedir1------ symlink1
>             |            |
>             |            |----symlink2
>             |
>             |--symlink3
>             .
>             .
>             .
> 
> I'd like to add a directory /projects/globaldb where all tag information of
> all directories under /project resides.

OK.
You had better replace symlinks with the realities, because gtags doesn't
treat symbolic links which link to a directory.

        symlink3 -> /xxx/yyy

        % cd /projects
        % rm symlink3
        % cp -r /xxx/yyy .
                
And you can execute gtags at /projects.

If you hope tag files to be in /projects/globaldb, then you should execute
gtags like:

        % cd /projects
        % gtags globaldb

I don't understand why you want to put tag files in globaldb, though)
--
Shigio Yamaguchi - Tama Communications Corporation
Mail: address@hidden, (Spare mail: address@hidden)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]