using svn and mercurial in eclipse for same project

Posted by Konstantin Petrukhnov on Programmers See other posts from Programmers or by Konstantin Petrukhnov
Published on 2011-03-04T13:49:07Z Indexed on 2011/03/04 15:33 UTC
Read the original article Hit count: 391

Filed under:
|
|

Is it possible to have in eclipse 2 "team providers" for same project. E.g. svn and mercurial? So svn will be used to commit to central repository, and mercurial only to work on my PC. E.g. when I get updates from SVN, I commit to mercurial, then I work with mercurial. When everything is ready to go to central place, i commit in SVN. There is no need to integrate change history.

Yes, ideally it will be just mercurial, and most probably it will happened later. But for now I want to try some dirty and fast solution if it exist :)

© Programmers or respective owner

Related posts about eclipse

Related posts about svn