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

Difference between revisions of "OSEE - Multi-Project"

(New page: <table> <tr><td> The [http://www.eclipse.org/osee OSEE] Multi-Project Design </td></tr> </table> == Configuration of ATS for Multi-Project committing...== Branch Configuration Attribute...)
 
 
Line 1: Line 1:
<table>
 
<tr><td>
 
 
The [http://www.eclipse.org/osee OSEE] Multi-Project Design
 
The [http://www.eclipse.org/osee OSEE] Multi-Project Design
</td></tr>
 
</table>
 
 
  
 
== Configuration of ATS for Multi-Project committing...==
 
== Configuration of ATS for Multi-Project committing...==
  
Branch Configuration Attributes:
+
Branch Configuration Attributes:<br>
"Allow Branch Create" - activates ability to create working branches from parent
+
'''ats.Allow Branch Create''' - activates ability to create working branches from parent<br>
"Allow Branch Commit" - activates ability to commit working branches to parent
+
'''ats.Allow Branch Commit''' - activates ability to commit working branches to parent<br>
"Parent Branch Id" - set to the branch id of the branch to create/commit
+
'''ats.Parent Branch Id''' - set to the branch id of the branch to create/commit<br>
  
 
If [[ATS - Team Definition]] attribute "ats.Team Using Versions" == false, then ATS uses branch configuration attributes from Team Definition.
 
If [[ATS - Team Definition]] attribute "ats.Team Using Versions" == false, then ATS uses branch configuration attributes from Team Definition.
  
Else If [[ATS - Team Definition]] attribute "ats.Team Using Versions" == false, then ATS uses branch configuration attributes from targeted [[ATS - Version Artifact]].  This means that the workflow must be targeted to a version before branching can occur
+
Else If [[ATS - Team Definition]] attribute "ats.Team Using Versions" == true, then ATS uses branch configuration attributes from targeted [[ATS - Version Artifact]].  This means that the [[ATS - Team Workflow]] must be targeted to a version before branching can occur

Latest revision as of 18:43, 17 April 2009

The OSEE Multi-Project Design

Configuration of ATS for Multi-Project committing...

Branch Configuration Attributes:
ats.Allow Branch Create - activates ability to create working branches from parent
ats.Allow Branch Commit - activates ability to commit working branches to parent
ats.Parent Branch Id - set to the branch id of the branch to create/commit

If ATS - Team Definition attribute "ats.Team Using Versions" == false, then ATS uses branch configuration attributes from Team Definition.

Else If ATS - Team Definition attribute "ats.Team Using Versions" == true, then ATS uses branch configuration attributes from targeted ATS - Version Artifact. This means that the ATS - Team Workflow must be targeted to a version before branching can occur

Back to the top