CVS - 清理 CVS 存储库

发布于 2024-08-13 13:49:36 字数 140 浏览 3 评论 0原文

我刚刚在本地计算机上设置了 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

狼性发作 2024-08-20 13:49:36

以防万一有人碰到这篇文章,我只是将 cvs 标记为从 Synaptic Package Manager 中完全删除,并删除了 /var/lib/cvs代码>文件夹。到目前为止没有问题。

这是清洁 CVS 的一种粗略方法。我发现的一种更好的方法是使用相同的 cvs 服务器安装来设置另一个 cvs 存储库,如下所示:

cvs -d /your/new/cvs/repo init

然后您可以有选择地将项目从旧存储库移动到新存储库。

希望这有帮助。

Just in case some one bumps into this post, I just marked cvs for complete removal from the Synaptic 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:

cvs -d /your/new/cvs/repo init

Then you can selectively move projects from the old repository to the new one.

Hope this helps.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文