将 CVS 模块移至正确的 GIT 项目

发布于 2024-10-14 18:24:48 字数 156 浏览 3 评论 0原文

拥有应用程序的 CVS 存储库,其中包含多个模块:

  • 应用程序代码
  • 文档
  • 单元测试脚本。

我需要计划如何迁移到 git。 我希望帮助了解为每个模块创建一个存储库是否是一个不错的选择。

问候

Have CVS repository for an application, with several modules:

  • application code
  • documentation
  • unit test scripts.

I need to plan how to migrate to git.
I would like help to understand if creating one repository for each module is a good option.

regards

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(2

心作怪 2024-10-21 18:24:48

我认为所有这些模块都应该位于一个存储库下,因为如果没有其他模块,它们就毫无用处。

I think that all those modules should be under one repository, because they are useless each without other.

薔薇婲 2024-10-21 18:24:48

我见过的几乎所有 git 存储库都包含您计算的所有模块。
我认为没有任何理由创建多个存储库。

本指南可以帮助您:
CVS 到 git 转换指南

almost all of the git repository that I have seen contain all of the modules that you counted.
I don't see any reason to create multiple repositories.

This guide can help you:
CVS to git Transition Guide

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