Difference between revisions of "Cvs tags and branches"

From Apache OpenOffice Wiki
Jump to: navigation, search
(initial version)
 
m (Layout change)
Line 1: Line 1:
 
Every release of OOo throws up the question:
 
Every release of OOo throws up the question:
  
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.2. currently: take the HEAD - until ooo220 exists.
 
Short answer for OOo 2.2. currently: take the HEAD - until ooo220 exists.
Line 7: Line 7:
 
Longer answer...
 
Longer answer...
  
For a checkout from cvs you would use:
+
*For a checkout from cvs you would use:
  
cvs -d:pserver:anoncvs@anoncvs.services.openoffice.org:/cvs co -r ooo220 -P qa/qatesttool
+
<pre>cvs -d:pserver:anoncvs@anoncvs.services.openoffice.org:/cvs co -r ooo220 -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.
  
Definition:
+
{| border=1
Tags(T:) are all in UPPERCASE letters;
+
|+ Definition:
Branches(B:) are all in lowercase letters.
+
|| 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.
 
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:
+
*Here is a list of known Tags and Branches from previous releases:
  
 
{| border=1
 
{| border=1
Line 58: Line 60:
 
The Testscripts for OOo 2.2 are currently updated by their owners.
 
The Testscripts for OOo 2.2 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]]

Revision as of 18:00, 24 January 2007

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.2. currently: take the HEAD - until ooo220 exists.

Longer answer...

  • For a checkout from cvs you would use:
cvs -d:pserver:anoncvs@anoncvs.services.openoffice.org:/cvs co -r ooo220 -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 srx645m57 8932
OpenOffice.org 2
Tag/Branch name Name of OOo version BuildID of OOo
T:OOO200final SRC680m130 8955
T:OOO201 SRC680m145 8989
T:OOO202 OOB680m5 9011
T:OOO203 OOC680m7 9044
T:OOO204 OOD680m5 9073
B:ooo210 OOE680m6 9095
B:ooo220 OOF680m (Currently in the works - therefor not assigned yet)
HEAD


The Testscripts for OOo 2.2 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