Eclipse 是否可以同时使用 SVN 和 CVS
我一直在本地项目中使用 Tourtist-SVN 对代码进行版本控制。我使用 Eclipse 进行开发,并且经常使用其内置的 CVS 模块导入共享代码。
很快我将把我的本地 SVN 存储库移动到另一台服务器,以便与其他开发人员合作。
我想知道是否可以在Eclipse中继续使用两个CVS来导入和更新一些贡献的代码,同时使用另一个Eclipse SVN模块< /strong> 对我的代码进行版本控制。
有人有使用这种工作流程模型的经验吗?尝试让它发挥作用会浪费时间吗?
I've been using Tourtist-SVN locally on a project for version control of my code. I develop with Eclipse and will often import shared code using it's built in CVS module.
Soon I will be be moving my local SVN repository to another server in order to work with other developers.
I'm wondering if it's possible in Eclipse to continue to use both CVS for importing and updating some contributed code and at the same time use another Eclipse SVN module to version control my code.
Does anyone have experience using such a workflow model? Will it be a waste of time to try to make it work?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
对于同一工作区中的不同项目,使用内置 CVS 支持和两个主要 SVN 插件之一绝对没有问题。我还没有尝试在同一个项目中使用 SVN 和 CVS,但我相信只要将每个 VCS 配置为忽略对方的元数据目录,实际上就应该是可能的。
There is absolutely no problem using both the built-in CVS support and one of the two major SVN plugins for different projects in the same workspace. I haven't tried using SVN and CVS for the same project, but I believe that it should in fact be possible as long as each VCS is configured to ignore the other's metadata directories.