Hello,
I'm trying to get CVS up and running on a Linux box (redhat). I've managed to check out / commit from that box with no problems. However, when I try and access the repository from another machine (Windows) I get:
cvs.exe [checkout aborted]: connect to cvshost:2401 failed: No connection could be made because the target machine actively refused it.
I think this is because the CVS service isn't running on cvshost (but I could be wrong). So I tried this on the Linux box:
$ chkconfig cvs on
but that gives:
error reading information on service cvs: No such file or directory
I'm a bit of a Linux noob so I don't really know how to rectify this. I guess I need to somehow make the CVS service available but I don't know how.
I've already added the appropriate line to /etc/inetd.conf:
cvspserver stream tcp nowait root /usr/bin/cvs cvs --allow-root=/usr3/CVSROOT pserver
and rebooted (just in case). Anyone got any thoughts on this?
Thanks,
Kent
I'm trying to get CVS up and running on a Linux box (redhat). I've managed to check out / commit from that box with no problems. However, when I try and access the repository from another machine (Windows) I get:
cvs.exe [checkout aborted]: connect to cvshost:2401 failed: No connection could be made because the target machine actively refused it.
I think this is because the CVS service isn't running on cvshost (but I could be wrong). So I tried this on the Linux box:
$ chkconfig cvs on
but that gives:
error reading information on service cvs: No such file or directory
I'm a bit of a Linux noob so I don't really know how to rectify this. I guess I need to somehow make the CVS service available but I don't know how.
I've already added the appropriate line to /etc/inetd.conf:
cvspserver stream tcp nowait root /usr/bin/cvs cvs --allow-root=/usr3/CVSROOT pserver
and rebooted (just in case). Anyone got any thoughts on this?
Thanks,
Kent