Skip to main content



      Home
Home » Eclipse Projects » Eclipse Platform » Multiple working branches in IDE
Multiple working branches in IDE [message #298863] Mon, 06 February 2006 10:20 Go to next message
Eclipse UserFriend
Originally posted by: tfreedy.gmail.com

Hello,

Is it possible to have multiple working branches in the
IDE? If so, what version would have it?

Thanks,
Tom
Re: Multiple working branches in IDE [message #299068 is a reply to message #298863] Thu, 09 February 2006 11:54 Go to previous message
Eclipse UserFriend
Originally posted by: eclipse3.rizzoweb.com

Thomas Freedy wrote:
> Hello,
>
> Is it possible to have multiple working branches in the
> IDE? If so, what version would have it?

There are a couple of ways to go about it.
A) You can have the same code base in different Eclipse projects, and
they can be different branches. The project names, of course, must be
unique. I've set it up before with multiple projects like
"ProjectA-trunk" and "ProjectA-branchX". You just have to make sure you
manage the dependencies carefully and launch configurations refer to the
correct project(s).

B) You can set up multiple workspaces for different branches. This tends
to work a little better, the only limitation is that you don't have both
versions of the code in the same workspace (handy for comparing files
against each other). It is really not much of a limitation, IME, and can
be at least partially alleviated by running two copies of Eclipse
simultaneously, each pointing at a different workspace.

Hope this helps,
Eric
Previous Topic:how to add fonts to eclipse on linux installation ?
Next Topic:lack an editor macros
Goto Forum:
  


Current Time: Sun Nov 09 13:10:21 EST 2025

Powered by FUDForum. Page generated in 0.03468 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top