Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

MDT/OCL/Dev/EGit

< MDT‎ | OCL
Revision as of 01:57, 29 July 2011 by Unnamed Poltroon (Talk) (New page: The Eclipse OCL code is maintained in a GIT repository at The capabilities of EGit are described at EGit/User Guide. The documentation here is complementary, it describes how the...)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

The Eclipse OCL code is maintained in a GIT repository at

The capabilities of EGit are described at EGit/User Guide. The documentation here is complementary, it describes how the committers use EGit to satisfy typical use cases.

Use Cases

Perform a Non-trivial Change

The normal evolution of the project code involves a non-trivial change that may take a few days or weeks to develop, may need review by another committer and may occur concurrently with some other change.

A Bugzilla describes the intended change and supports communication regarding the progress of the change.

The change is developed in a branch named bug/nnnnnn where nnnnnn is the Bugzilla number.

Sub Use Cases

Create a New Branch

Back to the top