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  [EMAIL PROTECTED]

Attachment: cvslink4.patch
Description: Binary data

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

Reply via email to