eclipse + multiple checkouts of version-controlled projects

Posted by Jason S on Stack Overflow See other posts from Stack Overflow or by Jason S
Published on 2010-12-28T21:53:07Z Indexed on 2010/12/29 22:54 UTC
Read the original article Hit count: 156

Filed under:
|

We're using eclipse and svn. We keep the .project file in version control.

The problem is, if you have more than one checked-out project (e.g. a trunk checkout and a feature branch) and would like them both to be available in Eclipse, you lose, because the .project files are identical and therefore can't both be imported into Eclipse.

What's the right way to deal with this? (I'm mostly having to deal with this in TI's Code Composer v4 which uses an older version of eclipse, but I'm also going to need to do this in the regular Eclipse)

© Stack Overflow or respective owner

Related posts about eclipse

Related posts about version-control