Posted By:
Christopher_Schultz
Posted On:
Friday, October 17, 2003 02:16 PM
Are you just trying to access CVS from another machine? From your RedHat install, can you access the CVS repo? Try doing this on your RH9 box:
$ export CVSROOT=:pserver:username@localhost/path/to/repo
$ cvs login
>>> enter CVS password
If you see no output, then you have successfully logged-in, and your CVS install should be okay.
If this works, then you need to check your settings on the win32 side. There should be no reason that you need TCL installed on the server side in order to access CVS remotely.
-chris