How to use Eclipse and versioning for a matrix of projects
Posted
by Nulldevice
on Stack Overflow
See other posts from Stack Overflow
or by Nulldevice
Published on 2010-05-07T20:28:37Z
Indexed on
2010/05/07
21:08 UTC
Read the original article
Hit count: 262
eclipse
|version-control
Our company develop several software products, which reuse each others packages (we use Java). Every product represented as separate Eclipse Java project and has it's own versioning repository (we use Mercurial).
When we find a bug in some shared package, we need to transfer changes to all consuming projects, and this is a hell. The key problem is that Eclipse project can be associated only with one versioning repository.
Could someone recommend some way to associate Eclipse Java project whith several versioning repositories which in ideal may be geterogeious (svn, git, mercurial) ?
© Stack Overflow or respective owner