Difference between revisions of "Source Code"

From Apache OpenOffice Wiki
Jump to: navigation, search
(Initial revision.)
 
m (Added links.)
Line 21: Line 21:
 
! description
 
! description
 
|-
 
|-
|gbuild
+
|[http://svn.apache.org/viewvc/incubator/ooo/branches/gbuild/ gbuild]
 
|Integration of a set of older child work spaces:
 
|Integration of a set of older child work spaces:
 
* ause131
 
* ause131
Line 29: Line 29:
 
* sd2gbuild
 
* sd2gbuild
 
|-
 
|-
| AOO34  
+
| [http://svn.apache.org/viewvc/incubator/ooo/branches/AOO34/ AOO34]
 
| The 3.4.x branch, would be used if we ever need a 3.4.2
 
| The 3.4.x branch, would be used if we ever need a 3.4.2
 
|-
 
|-
| alg/aw080
+
| [http://svn.apache.org/viewvc/incubator/ooo/branches/alg/aw080 alg/aw080]
 
| Long running overhaul of the drawing layer.
 
| Long running overhaul of the drawing layer.
 
|-
 
|-
| writer001
+
| [http://svn.apache.org/viewvc/incubator/ooo/branches/writer001/ writer001]
 
| Already integrated into trunk.
 
| Already integrated into trunk.
 
|}
 
|}
Line 50: Line 50:
 
! description
 
! description
 
|-
 
|-
|AOO340
+
|[http://svn.apache.org/viewvc/incubator/ooo/tags/AOO340/ AOO340]
 
|Release of Apache OpenOffice 3.4
 
|Release of Apache OpenOffice 3.4
 
|-
 
|-
|AOO341
+
|[http://svn.apache.org/viewvc/incubator/ooo/tags/AOO341/ AOO341]
 
|Release of Apache OpenOffice 3.4.1
 
|Release of Apache OpenOffice 3.4.1
 
|-
 
|-
|SNAPSHOT
+
|[http://svn.apache.org/viewvc/incubator/ooo/tags/SNAPSHOT SNAPSHOT]
 
|The latest snapshot. Changing.
 
|The latest snapshot. Changing.
 
|}
 
|}

Revision as of 10:10, 15 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.

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