简体   繁体   English

合并从CVS存储库到GIT存储库的更改

[英]Merging changes from CVS repository to a GIT repository

Currently my team of 5 is using a GIT repository to track changes we make in our module and some in other shared modules. 目前,我的5人小组正在使用GIT存储库来跟踪我们在模块和其他共享模块中所做的更改。 But we have a CVS repository which is being used by all other teams to maintain other modules. 但是我们有一个CVS存储库,所有其他团队都在使用它来维护其他模块。 So CVS repository has latest changes of all modules. 因此,CVS存储库具有所有模块的最新更改。

Now my doubt is how can I take changes from CVS repository to GIT repository .. is there any simplified or a FOOL PROOF way to merge these changes from CVS to git. 现在我的疑问是如何将CVS存储库更改为GIT存储库..是否有任何简化的方法或FOOL PROOF方式将这些更改从CVS合并为git。

Actually our code in GIT was taken from CVS few months back and now we want to update it with changes from CVS with the latest features and changes. 实际上,几个月前我们在GIT中使用的代码是从CVS提取的,现在我们希望通过CVS中具有最新功能和更改的更改对其进行更新。

Thanks in advance 提前致谢

I believe the answer to your question is here : How can I git-cvsimport multiple modules from a CVS repository, with differing branches? 我相信您的问题的答案在这里: 我如何git-cvs从CVS存储库中导入具有不同分支的多个模块?

Doesn't git cvsimport works? git cvsimport吗?

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM