| Author |
CVS Installation on LINUX - Help Required
|
Rajesh Kandhasamy
Greenhorn
Joined: Sep 19, 2005
Posts: 15
|
|
Hi , I need to install CVS(Version Control) on Linux, plz provide us Documents or procedure for installing cvs on Linux, or provide some URL where i can get these information, Thanks in Advance
|
 |
Joe Ess
Bartender
Joined: Oct 29, 2001
Posts: 8291
|
|
First hit on a google search is this page. Of course, you should probably check the documentation of your particular distribution as there may be distribution-specific procedures. Are you installing the client or the server?
|
"blabbing like a narcissistic fool with a superiority complex" ~ N.A.
[How To Ask Questions On JavaRanch]
|
 |
Rajesh Kandhasamy
Greenhorn
Joined: Sep 19, 2005
Posts: 15
|
|
Thanks Joe, I got some documents from Google, Looking forward to install both Client and server, Thanks for your kindly response
|
 |
Rajesh Kandhasamy
Greenhorn
Joined: Sep 19, 2005
Posts: 15
|
|
Hi, can anyone guide me how to uninstall CVS on Linux
|
 |
Jeanne Boyarsky
internet detective
Marshal
Joined: May 26, 2003
Posts: 26499
|
|
Rajesh, Uninstalling is easy on Linux. Just delete the CVS directory. Also delete the CVS daemon from your startup.
|
[Blog] [JavaRanch FAQ] [How To Ask Questions The Smart Way] [Book Promos]
Blogging on Certs: SCEA Part 1, Part 2 & 3, Core Spring 3, OCAJP, OCPJP beta, TOGAF part 1 and part 2
|
 |
Val Pecaoco
Ranch Hand
Joined: Dec 05, 2001
Posts: 156
|
|
An option also is to use add/remove software or yum with Fedora (or Yum Extender if you have it installed) and YaST with SuSE. HTH
|
"Knowledge is power, but enthusiasm is the key." -- Lavern Barn
|
 |
Tim Holloway
Saloon Keeper
Joined: Jun 25, 2001
Posts: 14573
|
|
On a Red Hat or Fedora system, I don't recommend simply deleting directories. You may leave forgotten bits and pieces behind, including entries in the RPM database. Not as big a problem as yanking out a Windows app by brute force, but still, it's untidy. And, since the RPM version puts files in the /usr/bin/directory, you have to be careful to delete only the CVS files. The command "rpm --erase cvs" will remove the cvs package. You might want to check to see if also deletes the cvs user and group IDs. A lot of the uninstallers leave the local config information in case you change your mind or something.
|
Customer surveys are for companies who didn't pay proper attention to begin with.
|
 |
 |
|
|
subject: CVS Installation on LINUX - Help Required
|
|
|