Difference between revisions of "DevelopmentCodeline"

From Apache OpenOffice Wiki
Jump to: navigation, search
m
m
 
(5 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Template:Documentation/Outdated}}
+
A development codeline represents the trunk (aka HEAD) on which future releases will be developed. A [[Mercurial]] (HG) checkout of this branch will update the source to the latest version of the development codeline.
A Development Codeline represents the trunk (HEAD) on which future release will be developed. A [[CVS]] checkout of this branch will update the source to the latest version of the Development code line.
+
  
Examples for a Development code line is :
+
Examples for development codelines are:
  
== [[OpenOffice.org]] 2.x development code line ==
+
== [[OpenOffice.org]] 3.x development code line ==
  
* SRC680
+
* DEV300
 +
: The HG repository for the DEV300 codeline is available at http://hg.services.openoffice.org/hg/DEV300/ .
 +
: The name is DEV300 on HG HEAD, milestones of the development codeline are tagged with DEV300_mXX, e.g. DEV300m80 for the 80th milestone.
 +
: These milestones can be download as [http://download.openoffice.org/next Developer Snapshots].
  
: the name of the Development code line in OpenOffice.org is SRC680 on CVS HEAD, milestone of the Development code line are tagged with SRC680_mXXX, e.g. SRC680_m218 for the 218th milestone.
+
== [[OpenOffice.org]] 2.x development code line ==
  
== Check In Rules ==
+
* SRC680
 +
: The name is SRC680 on [[CVS]] HEAD, milestones of the development codeline are tagged with SRC680_mXX, e.g. SRC680_m218 for the 218th milestone.
  
* Please follow the [[Common CheckIn Rules]] and the [[CWS_Policies]].
+
== Check-in rules ==
  
* The Development Codeline is open until [[Feature_Freeze]].
+
* Please follow the [[Mercurial/Cws|CWS Workflow for Mercurial]], the [[Common CheckIn Rules|CheckIn Rules for Subversion/CVS]] and the [[CWS_Policies]].
 +
* The development codeline is open until [[Feature_freeze]].
  
 
[[Category:Releases]]
 
[[Category:Releases]]

Latest revision as of 11:50, 13 December 2010

A development codeline represents the trunk (aka HEAD) on which future releases will be developed. A Mercurial (HG) checkout of this branch will update the source to the latest version of the development codeline.

Examples for development codelines are:

OpenOffice.org 3.x development code line

  • DEV300
The HG repository for the DEV300 codeline is available at http://hg.services.openoffice.org/hg/DEV300/ .
The name is DEV300 on HG HEAD, milestones of the development codeline are tagged with DEV300_mXX, e.g. DEV300m80 for the 80th milestone.
These milestones can be download as Developer Snapshots.

OpenOffice.org 2.x development code line

  • SRC680
The name is SRC680 on CVS HEAD, milestones of the development codeline are tagged with SRC680_mXX, e.g. SRC680_m218 for the 218th milestone.

Check-in rules

Personal tools