将 CVS 模块移至正确的 GIT 项目
拥有应用程序的 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我认为所有这些模块都应该位于一个存储库下,因为如果没有其他模块,它们就毫无用处。
I think that all those modules should be under one repository, because they are useless each without other.
我见过的几乎所有 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