|
|||||||||
| Home | Search Forums | Register | Forum Rules | Man Pages | Unix Commands | Linux Commands | FAQ | Members | Today's Posts |
| UNIX for Dummies Questions & Answers This forum is closed for new posts. Please post beginner questions to learn unix and learn linux in this forum UNIX for Beginners Questions & Answers |
learn linux and unix commands - unix shell scripting |
|
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
Installing CVS on Centos 5.3
Hi,
I need to install CVS on Centos 5.3. There is a RPM that yum detects and it installs it. But when I type CVS at the command line I get nothing. What do I have to do to configure CVS? |
| Sponsored Links | ||
|
|
#2
|
|
Hi. When I enter (lowercase) cvs, I get: Code:
$ cvs
Usage: cvs [cvs-options] command [command-options-and-arguments]
where cvs-options are -4, -6,-q, -n, etc.
(specify --help-options for a list of options)
where command is add, admin, etc.
(specify --help-commands for a list of commands
or --help-synonyms for a list of command synonyms)
where command-options-and-arguments depend on the specific command
(specify -H followed by a command name for command-specific help)
Specify --help to receive this message
The Concurrent Versions System (CVS) is a tool for version control.
For CVS updates and additional information, see
the CVS home page at http://cvs.nongnu.org/I suggest: Code:
man -k cvs and start by reading a few of the man pages ... cheers, drl |
| Sponsored Links | ||
|
|
#3
|
|||
|
|||
|
you should try do : yum install cvs
You could use yum search also yum search cvs. And finally consider to move to subversion ![]() |
| Sponsored Links | ||
|
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| installing psybnc on CentOS | wmccull | Linux | 0 | 03-05-2008 09:22 PM |
|
|