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: Sun, 27 Aug 2006 20:15:19 +0900

> 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;
--
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]