Results 1 to 4 of 4
i stuck with the configuration of cvs server in linux fedora core 4. can anyone give me guides to setup cvs server and client?
kindly reply...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 03-12-2008 #1Just Joined!
- Join Date
- Feb 2008
- Posts
- 8
Cvs Configuration
i stuck with the configuration of cvs server in linux fedora core 4. can anyone give me guides to setup cvs server and client?
kindly reply
- 03-14-2008 #2Just Joined!
- Join Date
- Mar 2008
- Posts
- 5
Hi,
let me know which cvs version you are using..
- 03-17-2008 #3Just Joined!
- Join Date
- Feb 2008
- Posts
- 8
cvs
i am using cvs 1.11.19-9 version.
- 03-18-2008 #4Just Joined!
- Join Date
- Mar 2008
- Posts
- 5
Hi,
i configured cvsnt-2.0.18.tar.gz version long back, hope the following steps might be useful for u.
Install cvs using the below mentioned commands
a) . /configure
b) make
c) make install
Then create a file called “cvspserver” under the directory /etc/xinetd.d/
Type the following contents in “cvspserver” file
service cvspserver
{
disable = no
port = 2401
socket_type = stream
protocol = tcp
wait = no
user = root
passenv = PATH
server = /usr/local/bin/cvs
server_args = -f --allow-root=/cvs/sample pserver
}
Then restart the xinetd service


Reply With Quote
