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

OSEE/HowTo/Commit

< OSEE‎ | HowTo
Revision as of 07:28, 30 April 2010 by Unnamed Poltroon (Talk) (New page: == Resolution Of Conflicts == <br>For Word Formatted Content conflicts see the section below. This section addresses all other conflicts. === Informational Conflicts === Informational ...)

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

Resolution Of Conflicts


For Word Formatted Content conflicts see the section below. This section addresses all other conflicts.

Informational Conflicts

Informational conflicts are identified by the OSEE issue.gif icon in the conflict resolution column in the GUI. Informational conflicts require no action by the user, and no actions are provided in the GUI other than the ability to use the right click menu to examine the artifact using the tools provided there. An informational conflict is generated when the Source branch deletes an Artifact or an Attribute and that same Artifact or Attribute was modified on the Destination Branch. This is to allow the user the opportunity to review a change that was made on the Destination Branch that might make them want to take some action in regards to their deletion.


Un-resolvable Conflicts

Un-resolvable Conflicts are identified by the OSEE red light.gif icon in the conflict resolution column of the GUI. This conflicts require the user to revert the Artifact or Attribute that caused the conflict on the Source Branch. An Un-resolvable conflict is caused when the Destination Branch deletes an Artifact or Attribute while the Source Branch modifies that same Artifact, Attribute. The reason the user must revert their changes is that committing in their changes would essentially undo that deletion and bring that item back into existence. If the deletion should not have happened the user needs to talk with the committer of the deletion to resolve the issue.


Attribute Conflicts

Attribute Conflicts occur when both the Destination and Source branch modify an attribute. This section will cover all attributes except Word Formatted Content Attributes. The resolution of these Attribute values provide three options. Use the Source attribute value, use the destination attribute value, use a modified value that is some combination of the source and destination values. In order to use the Source Value the user may left click on the OSEE green s.gif icon in the Source Value column. This will copy the OSEE green s.gif icon and the value displayed in the Source Value column into the Merged Value Column. In order to use the Destination Value the user may left click on the OSEE blue d.gif icon in the Destination Value column. This will copy the OSEE blue d.gif icon and the value displayed in the Source Value column into the Merged Value Column. Both of these options are also available from the Merge Wizard (Left click on the icon in the Merge Value column) with the "Load Source Data" and "Load Destination Value" buttons. In order to modify the value to some combination the user must bring up the Merge Wizard which has an embedded editor specific to the attribute that needs to be modified. Once the value is accurately entered in the editor the user may than select "Finish" This will place a OSEE yellow m.gif icon in the Merged Value column along with the new value. The user then right clicks on the OSEE chkbox disabled.gif in the Conflict Status Column so that the OSEE accept.gif icon is displayed. The conflict is resolved and will allow the Source Branch to be committed.

Back to the top