Difference between revisions of "Source Code"

From Apache OpenOffice Wiki
Jump to: navigation, search
(Branches: remove temporatbranch that is integrated in latest release)
(+cat)
Line 65: Line 65:
 
|The latest snapshot. Changing.
 
|The latest snapshot. Changing.
 
|}
 
|}
 +
 +
[[Category:Build System]]

Revision as of 23:50, 22 September 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.
l10n40 Branch to test new l10n tools (incl. makefile changes), will be merged back before next release
rejuvenate01 Refresh the platform support (e.g. for Clang, compatibility with C++11, System STL, XCode 4, OSX 64bit, OSX 10.9)

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.0
AOO341 Release of Apache OpenOffice 3.4.1
AOO400 Release of Apache OpenOffice 4.0.0
SNAPSHOT The latest snapshot. Changing.
Personal tools