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: Hideki IWAMOTO
Subject: Re: Improved viewcvs/cvsweb link with modules
Date: Sun, 27 Aug 2006 23:35:17 +0900

On Sun, 27 Aug 2006 20:15:19 +0900, Shigio YAMAGUCHI wrote...
> > When it is clear that CVS/Repository doesn't exist, useless processing can 
> > be omitted by it. 
> 
> If you want to omit useless processing, how about judging whether or not
> CVS directory exists in the root directory of source project?
> 
> int use_cvs_module;
> 
> If CVS directory exists in the root directory of source project
> then
>         use_cvs_module = true;
> else
>         use_cvs_module = false;

OK. This is revised version. 

 htags/htags.c    |    3 +++
 htags/htags.h    |    1 +
 htags/manual.in  |    2 ++
 htags/src2html.c |   53 ++++++++++++++++++++++++++++++++++++++++++++++++++++-
 4 files changed, 58 insertions(+), 1 deletion(-)

----
Hideki IWAMOTO  address@hidden

Attachment: cvslink4.patch
Description: Binary data


reply via email to

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