Is it possible to use SVN and CVS simultaneously with Eclipse
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 开发者_JS百科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?
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.
精彩评论