Results 1 to 1 of 1
I have a problem configuring CVS repositories please I need your help with these...
I configured the xinetd..
Code:
service cvspservers
{
socket_type = stream
protocol = tcp
disable = ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 09-15-2006 #1Just Joined!
- Join Date
- Jun 2006
- Posts
- 15
question about CVS
I have a problem configuring CVS repositories please I need your help with these...
I configured the xinetd..
created the repository folder at..Code:service cvspservers { socket_type = stream protocol = tcp disable = no wait = no user = root group = cvs groups = yes server =/usr/bin/cvs server_args = -f --allow-root=/home/cvs pserver port = 2401 }
and modified the /etc/services fileCode:/home/cvs
but still when I log at other terminals to retrieve the files..Code:cvspserver 2401/tcp cvspserver 2401/udp
an error comes out..
Code:cvs [login aborted]: connect to 192.168.1.3:2401 failed: A connection attempt failed ......


Reply With Quote
