We are a small software company that has been using CVS and SVN for version control (and Eclipse for writing code) for about 10 years. Now we are considering switching some of our projects to using a distributed version control system.
We want to use something like git, mercurial, etc. But - and here's the key - our new system should work well with Eclipse. CVS and SVN are tightly integrated with Eclipse (via plugins such as Subclipse), so any new version control system we are switching to will need to have their own plugins that comply with this standard.
Is there anything similar?
source share