Re: Improved viewcvs/cvsweb link with modules

2006-08-27 Thread Shigio YAMAGUCHI
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

Re: Improved viewcvs/cvsweb link with modules

2006-08-27 Thread Hideki IWAMOTO
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

Re: Improved viewcvs/cvsweb link with modules

2006-08-26 Thread Hideki IWAMOTO
On Sat, 26 Aug 2006 14:36:44 +0900, Hideki IWAMOTO wrote... On Sat, 26 Aug 2006 08:58:07 +0900, Shigio YAMAGUCHI wrote... +int use_cvs_module;/* --use-cvs-module */ How is the --use-cvs-module option profitable? If there is authorized information

Re: Improved viewcvs/cvsweb link with modules

2006-08-25 Thread Hideki IWAMOTO
On Fri, 25 Aug 2006 00:43:19 +0900, Hideki IWAMOTO wrote... I made a patch for this function. When $dir/CVS/Repository does not exist, this is compatible with previous version. Example (cvs co global cd global htags -g --cvsweb=http://cvs.savannah.gnu.org/viewcvs/

Re: Improved viewcvs/cvsweb link with modules

2006-08-25 Thread Hideki IWAMOTO
On Sat, 26 Aug 2006 08:58:07 +0900, Shigio YAMAGUCHI wrote... +int use_cvs_module;/* --use-cvs-module */ How is the --use-cvs-module option profitable? If there is authorized information (CVS/Repository), why don't we use it? When it is clear that