[Top][All Lists]
[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
- Improved viewcvs/cvsweb link with modules, Tobias Polzin, 2006/08/10
- Re: Improved viewcvs/cvsweb link with modules, Shigio YAMAGUCHI, 2006/08/10
- Re: Improved viewcvs/cvsweb link with modules, Hideki IWAMOTO, 2006/08/24
- Re: Improved viewcvs/cvsweb link with modules, Hideki IWAMOTO, 2006/08/25
- Re: Improved viewcvs/cvsweb link with modules, Shigio YAMAGUCHI, 2006/08/25
- Re: Improved viewcvs/cvsweb link with modules, Hideki IWAMOTO, 2006/08/26
- Re: Improved viewcvs/cvsweb link with modules, Hideki IWAMOTO, 2006/08/26
- Re: Improved viewcvs/cvsweb link with modules,
Shigio YAMAGUCHI <=
- Re: Improved viewcvs/cvsweb link with modules, Hideki IWAMOTO, 2006/08/27