> 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 <[EMAIL PROTECTED]> - Tama Communications Corporation
PGP fingerprint: D1CB 0B89 B346 4AB6 5663  C4B6 3CA5 BBB3 57BE DDA3


_______________________________________________
Bug-global mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-global

Reply via email to