Difference between revisions of "Source Code"

From Apache OpenOffice Wiki
Jump to: navigation, search
(Branches)
(updated for AOO400)
Line 29: Line 29:
 
* sd2gbuild
 
* sd2gbuild
 
|-
 
|-
| [http://svn.apache.org/viewvc/openoffice/branches/AOO34/ AOO34]  
+
| [http://svn.apache.org/viewvc/openoffice/branches/AOO400/ AOO400]  
| The 3.4.x branch, would be used if we ever need a 3.4.2
+
| The 4.0.x branch, would be used if we ever need a 4.0.x
 
|-
 
|-
 
| [http://svn.apache.org/viewvc/openoffice/branches/alg/aw080 alg/aw080]
 
| [http://svn.apache.org/viewvc/openoffice/branches/alg/aw080 alg/aw080]

Revision as of 13:25, 29 July 2013

See [1] for general information about the Apache OpenOffice source code.

Trunk

The Apache OpenOffice source code that is currently under development is called trunk.

You can check out the trunk via SVN

   svn co https://svn.apache.org/repos/asf/openoffice/trunk aoo

or git

   git svn clone https://svn.apache.org/repos/asf/openoffice/trunk aoo

Branches

Besides trunk there is a number of branches for development of features that may or may not be integrated into the next release:

URL is https://svn.apache.org/repos/asf/openoffice/branches/<branch name>

branch name description
gbuild Integration of a set of older child work spaces:
  • ause131
  • ause130
  • writerfilter10
  • gnumake4
  • sd2gbuild
AOO400 The 4.0.x branch, would be used if we ever need a 4.0.x
alg/aw080 Long running overhaul of the drawing layer.
writer001 Already integrated into trunk.
l10n40 Branch to test new l10n tools (incl. makefile changes), will be merged back before next release

Tags

Each tag marks an important SVN revision. Otherwise tags are similar to branches.

URL is https://svn.apache.org/repos/asf/openoffice/tags/<tag name>

tag name description
AOO340 Release of Apache OpenOffice 3.4
AOO341 Release of Apache OpenOffice 3.4.1
SNAPSHOT The latest snapshot. Changing.
Personal tools