Difference between revisions of "Cvs tags and branches"

From Apache OpenOffice Wiki
Jump to: navigation, search
(add branch tag for 2.3)
m
 
(3 intermediate revisions by 2 users not shown)
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.3. currently: take ooo230.
+
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 ooo220 -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 33: Line 33:
 
|| B:ooo114 || srx645m52 || 8824  
 
|| B:ooo114 || srx645m52 || 8824  
 
|-
 
|-
|| B:ooo115 || srx645m57 || 8932
+
|| B:ooo115 || srx645m58 || 8950
 
|}
 
|}
  
Line 40: Line 40:
 
! Tag/Branch name !! Name of OOo version !! BuildID of OOo  
 
! Tag/Branch name !! Name of OOo version !! BuildID of OOo  
 
|-
 
|-
|| T:OOO200final || SRC680m130 || 8955
+
|| T:OOO200final || OOO680m3 || 8968
 
|-
 
|-
|| T:OOO201 || SRC680m145 || 8989
+
|| T:OOO201 || OOA680m1 || 8990
 
|-
 
|-
 
|| T:OOO202 || OOB680m5 || 9011
 
|| T:OOO202 || OOB680m5 || 9011
Line 52: Line 52:
 
|| B:ooo210 || OOE680m6 || 9095
 
|| B:ooo210 || OOE680m6 || 9095
 
|-
 
|-
|| B:ooo220 || OOF680m18 || 9161
+
|| B:ooo220 || OOF680m14 || 9134
 
|-
 
|-
|| B:ooo230 || OOG680m || (Currently in the works - therefor not assigned yet)
+
|| B:ooo230 || OOG680m5 || 9221
 +
|-
 +
|| B:ooo240 || OOH680m ||
 
|-
 
|-
 
|| HEAD || ||
 
|| HEAD || ||
Line 60: Line 62:
  
  
The Testscripts for OOo 2.3 are currently updated by their owners.
+
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'.
 
*The Tags like: SRC680_m123 are generated automaticaly every night, if a milestone is 'ready for CWS use'.
  
 
[[Category:Quality Assurance]]
 
[[Category:Quality Assurance]]

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