Tagged Questions
3
votes
3answers
524 views
using svn and mercurial in eclipse for same project
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 ...