LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Server
User Name
Password
Linux - Server This forum is for the discussion of Linux Software used in a server related context.

Notices


Reply
  Search this Thread
Old 05-11-2009, 05:05 AM   #1
deepak_message
Member
 
Registered: Oct 2007
Posts: 175

Rep: Reputation: 17
CVS configuration problem on Redhat Enterprise Linux


Installation of CVS on Redhat linux

Installing CVS on Redhat Linux Redhat Enterprise 4.0

The following steps give simple steps to install CVS software on Redhat Enterprise Linux 4.0.

1) Download the tarball cvs-1.11.1p1.tar.gz
2) Run “gunzip cvs-1.11.1p1.tar”. You will get file called cvs-1.11.1p1.tar.
3) Then extract this file using command
“tar –xvf cvs-1.11.1p1.tar”.
4) Then go to directory cvs-1.11.1p1.
5) There you will find a file called INSTALL. Read it once carefully.
6) Now run the command “./configure.”
7) Build it using the command “make”.
8) Install binaries/documentation using command “make install”.
9) Now open file called /etc/services and add the following lines.
Cvspserver 2401/tcp # CVS client/server operations
cvspserver 2401/udp # CVS client/server operations
10) Open file called /etc/xinetd.conf and add the following lines to that file.
service cvspserver
{
Port = 2401
socket_type = stream
protocol = tcp
wait = no
user = root
passenv =
server = /opt/bin/cvs
server_args = --allow-root=/home/cvs -f pserver
env = HOME=/home/cvs
log = /var/log/cvslog
}
11) Space on both sides of = in the above file is a must.
12) Restart xinetd services by running command “ services xinted restart “
13) Check whether CVS is running on the port 2401 by using the following command “nmap IP |grep 2401”. If the CVS server is running correctly it will give output as “2401/tcp open cvspserver ”.

but problem is the, it doesn't output like "2401/tcp open cvspserver"

Last edited by deepak_message; 05-11-2009 at 05:08 AM.
 
Old 05-11-2009, 07:25 AM   #2
Igby
LQ Newbie
 
Registered: May 2009
Posts: 13

Rep: Reputation: 0
Why not use git?

In my opinion , its superior to CVS
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
cvs repository cvs-1.11.21.tar.gz installation problem on redhat 5 linux version ajaytiwary Linux - Newbie 1 09-30-2007 12:58 PM
redhat enterprise linux 5 installation problem sunil.13.79 Linux - Newbie 1 09-26-2007 03:49 AM
LXer: A concise guide for Redhat enterprise Linux 5 network configuration LXer Syndicated Linux News 0 04-11-2007 08:01 PM
cgiemail 1.6 configuration on a redhat enterprise linux ES ver 3 wannieb Linux - Newbie 0 02-13-2006 07:33 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Server

All times are GMT -5. The time now is 06:24 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration