I've found that this error message masks a number of problems, some of them are handled here: http://www.devguy.com/fp/cfgmgmt/cvs/cvs_admin_nt.htm#CVSWEBIIS under the troubleshooting section.
The most common reason is that rlog is not in your path, you need to download it from somewhere (http://www.gnu.org/software/rcs/rcs.html has a win version I think). And then add the location to the PATH variable in the .conf file. Another reason it may not work is if rlog cannot see the repository (it must be able to access the repository files directly. I was getting the same error because the service that was running CVSWeb did not have permission to access the repository (which, incidentally, was on a network share). The solution in this case was to tell windows the user to run the service as and use the share name in the .conf file. HTH Dave --- Lior Hammer <[EMAIL PROTECTED]> wrote: > Hello, > i have a problem with CVSWeb NT under win2k and apache. > i can see the main page (http://127.0.0.1/cgi-bin/cvsweb/cvsweb.cgi/) > but > when i click on a directory name, i get the error: > "Error: Failed to spawn GNU rlog" > i'm using the tools that comes with WinCVS 1.2 > what is the problem? > 10x > > _______________________________________________ > Cvsnt mailing list > [EMAIL PROTECTED] > http://www.cvsnt.org/cgi-bin/mailman/listinfo/cvsnt __________________________________________________ Do You Yahoo!? Everything you'll ever need on one web page from News and Sport to Email and Music Charts http://uk.my.yahoo.com _______________________________________________ Cvsnt mailing list [EMAIL PROTECTED] http://www.cvsnt.org/cgi-bin/mailman/listinfo/cvsnt
