bug-global
[Top][All Lists]
Advanced

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

Re: Improved viewcvs/cvsweb link with modules


From: Shigio YAMAGUCHI
Subject: Re: Improved viewcvs/cvsweb link with modules
Date: Fri, 11 Aug 2006 12:20:49 +0900

Hello,

> The correct link for viewcvs can be figured out easily (bash-pseudocode):
> 
> viewcvs ()
> {
>     file=$1;
>     dir=$(dirname $file);
>     if [[ -d $dir/CVS ]]; then
>         echo $VIEWCVS_BASE_URL/`cat $dir/CVS/Repository`/$(basename $file);
>     else
>         echo No CVS in $dir;
>     fi
> }
>
> Do you think there is some possibility that this improved creation of 
> viewcvs-URLs
> will go into the htags source?

I agree with you.
When CVS directory exists, htags should follow your way.

I will put this matter to the GLOBAL's TODO list.
Thank you for your suggestion.
--
Shigio YAMAGUCHI <address@hidden> - Tama Communications Corporation
PGP fingerprint: D1CB 0B89 B346 4AB6 5663  C4B6 3CA5 BBB3 57BE DDA3




reply via email to

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