facebook

multiple branches

  1. MyEclipse IDE
  2.  > 
  3. General Development
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #321891 Reply

    It is a bit embarrassing to admit this, but the project on which I am working makes no use of branching in Subversion. It appears that the people who are no longer here did not fully appreciate the advantage of being able to have each developer working on a separate branch. (As you might expect, when all development is done on trunk, the results are a disaster–and it is worse than you might expect.)

    I am trying to figure out how to use MyEclipse 9 to support branching. Previously, my experience has been with SCMs such as ClearCase, where you modify a configuration spec to identify which branches to include. I am trying to figure out how to do something similar using MyEclipse 9 and Subversion. So far, the results have been pretty unpleasant and not terribly functional.

    Team Branch lets you make a branch from your current source, and this is pretty obvious. What is not so obvious is how, once you have created a branch, to switch back and forth between your branch and trunk. When I try to use the Team Switch command to change to a different URL (in this case, the branch created by the Team Branch command), it updates the source from that branch into the current workspace. There seem to be conflicts, because instead of creating a new workspace for this branch, it attempts to replace (not merge) the trunk’s workspace with the contents of the branch.

    I have this weird feeling that somewhere there must be a document that explains the best way to do this–but I cannot find it.

    #321896 Reply

    support-joy
    Member

    claytoncramer,

    I am afraid that the issue reported by you is not MyEclipse specific but related to the subversion plugin you are using with MyEclipse.

    In case you switch branches, the switch replaces code and not merge code. My two-cents. I would recommend you refer the documentation appropriate for the subversion plugin and cross-post on subversion forums.

Viewing 2 posts - 1 through 2 (of 2 total)
Reply To: multiple branches

You must be logged in to post in the forum log in