Difference between revisions of "Source Code"

From Apache OpenOffice Wiki
Jump to: navigation, search
m (Added links.)
Line 37: Line 37:
 
| [http://svn.apache.org/viewvc/incubator/ooo/branches/writer001/ writer001]
 
| [http://svn.apache.org/viewvc/incubator/ooo/branches/writer001/ writer001]
 
| Already integrated into trunk.
 
| Already integrated into trunk.
 +
|-
 +
| [http://svn.apache.org/viewvc/incubator/ooo/branches/l10n/ l10n]
 +
| Branch to test new l10n tools (incl. makefile changes), will be merged back before next release
 
|}
 
|}
  

Revision as of 21:07, 22 November 2012

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/incubator/ooo/trunk ooo

or git

   git svn clone https://svn.apache.org/repos/asf/incubator/ooo/trunk ooo

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/incubator/ooo/branches/<branch name>

branch name description
gbuild Integration of a set of older child work spaces:
  • ause131
  • ause130
  • writerfilter10
  • gnumake4
  • sd2gbuild
AOO34 The 3.4.x branch, would be used if we ever need a 3.4.2
alg/aw080 Long running overhaul of the drawing layer.
writer001 Already integrated into trunk.
l10n 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/incubator/ooo/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