Difference between revisions of "Cvs tags and branches"

From Apache OpenOffice Wiki
Jump to: navigation, search
(Correct master workspace information for OOo releases.)
m
 
Line 3: Line 3:
 
* Which cvs tag should I use to test OOo with the TestTool application?
 
* Which cvs tag should I use to test OOo with the TestTool application?
  
Short answer for OOo 2.4. currently: take HEAD.
+
Short answer for OOo 2.4. currently: take ooo240.
  
 
Longer answer...
 
Longer answer...
Line 9: Line 9:
 
*For a checkout from cvs you would use:
 
*For a checkout from cvs you would use:
  
<pre>cvs -d:pserver:anoncvs@anoncvs.services.openoffice.org:/cvs co -r ooo230 -P qa/qatesttool</pre>
+
<pre>cvs -z3 -d:pserver:anoncvs@anoncvs.services.openoffice.org:/cvs co -r ooo240 -P qa/qatesttool</pre>
  
 
The part after -r is taken from the table row: Tag/Branch name.
 
The part after -r is taken from the table row: Tag/Branch name.
Line 56: Line 56:
 
|| B:ooo230 || OOG680m5 || 9221
 
|| B:ooo230 || OOG680m5 || 9221
 
|-
 
|-
|| B:ooo240 || OOH680m || (Currently in the works - therefor not assigned yet)
+
|| B:ooo240 || OOH680m ||
 
|-
 
|-
 
|| HEAD || ||
 
|| HEAD || ||

Latest revision as of 08:43, 26 February 2008

Every release of OOo throws up the question:

  • Which cvs tag should I use to test OOo with the TestTool application?

Short answer for OOo 2.4. currently: take ooo240.

Longer answer...

  • For a checkout from cvs you would use:
cvs -z3 -d:pserver:anoncvs@anoncvs.services.openoffice.org:/cvs co -r ooo240 -P qa/qatesttool

The part after -r is taken from the table row: Tag/Branch name.

Definition:
Tags(T:) are all in UPPERCASE letters;
Branches(B:) are all in lowercase letters.

Exception: This rule was introduced in 2004, so before this rule wasn't used, it was the other way around.

  • Here is a list of known Tags and Branches from previous releases:
OpenOffice.org 1
Tag/Branch name Name of OOo version BuildID of OOo
T:ooo110 B:OOo110 srx645m18 8687
B:ooo113 srx645m44 8784
B:ooo114 srx645m52 8824
B:ooo115 srx645m58 8950
OpenOffice.org 2
Tag/Branch name Name of OOo version BuildID of OOo
T:OOO200final OOO680m3 8968
T:OOO201 OOA680m1 8990
T:OOO202 OOB680m5 9011
T:OOO203 OOC680m7 9044
T:OOO204 OOD680m5 9073
B:ooo210 OOE680m6 9095
B:ooo220 OOF680m14 9134
B:ooo230 OOG680m5 9221
B:ooo240 OOH680m
HEAD


The Testscripts for OOo 2.4 are currently updated by their owners.

  • The Tags like: SRC680_m123 are generated automaticaly every night, if a milestone is 'ready for CWS use'.
Personal tools