Create /etc/xinetd.d/cvspserver and paste below text after changing path
service cvspserver
{
disable = no
port = 2401
socket_type = stream
protocol = tcp
wait = no
user = root
passenv = path
server = /usr/bin/cvs
server_args
= -f --allow-root=/path/to/cvs/repository1 --allow-root=/path/to/cvs/reposit
ory2 pserver
}
and then /etc/rc.d/init.d/xinetd restart to enable cvs
Run #nmap localhost
to get this output for confirmation
2401/tcp open cvspserver
If any problem do let me know.
Thanks
-Dhruv
-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]
Behalf Of Abhijit Menon-Sen
Sent: Friday, April 23, 2004 8:01 PM
To: [EMAIL PROTECTED]
Subject: [ilugd] Re: CVS
At 2004-04-23 07:22:49 -0700, [EMAIL PROTECTED] wrote:
>
> can any one please tell me how to configure cvs server and enable its
> access from remote client.
Did you ask Google about CVS documentation?
-- ams
_______________________________________________
ilugd mailinglist -- [EMAIL PROTECTED]
http://frodo.hserus.net/mailman/listinfo/ilugd
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi
http://www.mail-archive.com/[EMAIL PROTECTED]/
_______________________________________________
ilugd mailinglist -- [EMAIL PROTECTED]
http://frodo.hserus.net/mailman/listinfo/ilugd
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi
http://www.mail-archive.com/[EMAIL PROTECTED]/