I just set up CVS on my local machine. But now I need to clean it up and bring it up to a point of the raw CVS installation. I tried searching for "uninstall cvs on ubuntu" but did n’t find any luck.
Can anyone share his/her views on how to proceed this?
Just in case some one bumps into this post, I just marked
cvsfor complete removal from theSynaptic Package Managerand deleted the/var/lib/cvsfolder. No issues so far.This is a crude way of cleaning the CVS. A better approach which I found is setting up another cvs repository using the same cvs server installation like this:
Then you can selectively move projects from the old repository to the new one.
Hope this helps.