Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » Java Development Tools (JDT) » How do people work in multiple branches at the same time?
How do people work in multiple branches at the same time? [message #105671] Wed, 15 October 2003 17:51 Go to next message
Bill Napier is currently offline Bill NapierFriend
Messages: 3
Registered: July 2009
Junior Member
On my current project, we have 2 branches. The HEAD and a release branch.
Sometimes I have to do work in the HEAD and different work in the R1
branch. The only way I have been able to come up with working like this in
Eclipse is the checkout the HEAD as a project, and checkout R1 as a project
with a different name. This gives me two folders (foo and foo-R1) in my
workspace. Is this the best way? Is this how other people work?

Thanks

Bill Napier
Bill.Napier@hcrest.com
Re: How do people work in multiple branches at the same time? [message #107577 is a reply to message #105671] Sun, 19 October 2003 04:07 Go to previous message
Laura Werner is currently offline Laura WernerFriend
Messages: 51
Registered: July 2009
Member
Bill Napier wrote:
> The only way I have been able to come up with working like this in
> Eclipse is the checkout the HEAD as a project, and checkout R1 as a project

That's the way I've always done it. If I'm not going to work on one of
the branches for a while I usually do a Close Project on it so that my
views aren't cluttered up.

Laura
Previous Topic:3.0M4 won't open java editor
Next Topic:new metrics release 1.3.4
Goto Forum:
  


Current Time: Sun Jun 30 13:51:29 GMT 2024

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

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

Back to the top