CVS - 清理 CVS 存储库
我刚刚在本地计算机上设置了 CVS。但现在我需要清理它并使其达到原始 CVS 安装的程度。我尝试搜索 "uninstall cvs on ubuntu"
但没有找到任何运气。
任何人都可以分享他/她对如何进行此操作的看法吗?
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?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
以防万一有人碰到这篇文章,我只是将
cvs
标记为从Synaptic Package Manager
中完全删除,并删除了/var/lib/cvs
代码>文件夹。到目前为止没有问题。这是清洁 CVS 的一种粗略方法。我发现的一种更好的方法是使用相同的 cvs 服务器安装来设置另一个 cvs 存储库,如下所示:
然后您可以有选择地将项目从旧存储库移动到新存储库。
希望这有帮助。
Just in case some one bumps into this post, I just marked
cvs
for complete removal from theSynaptic Package Manager
and deleted the/var/lib/cvs
folder. 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.