• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

CVS Installation on LINUX - Help Required

 
Greenhorn
Posts: 15
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
 
Bartender
Posts: 9626
16
Mac OS X Linux Windows
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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?
 
Rajesh Kandhasamy
Greenhorn
Posts: 15
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks Joe,

I got some documents from Google,

Looking forward to install both Client and server,

Thanks for your kindly response
 
Rajesh Kandhasamy
Greenhorn
Posts: 15
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

can anyone guide me how to uninstall CVS on Linux
 
author & internet detective
Posts: 41878
909
Eclipse IDE VI Editor Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Rajesh,
Uninstalling is easy on Linux. Just delete the CVS directory. Also delete the CVS daemon from your startup.
 
Ranch Hand
Posts: 156
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
 
Saloon Keeper
Posts: 27807
196
Android Eclipse IDE Tomcat Server Redhat Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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.
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic