Difference between revisions of "Source Code"

From Apache OpenOffice Wiki
Jump to: navigation, search
(upstream repository address moved after incubation)
Line 1: Line 1:
See [http://incubator.apache.org/openofficeorg/source.html] for general information about the Apache OpenOffice source code.
+
See [http://openoffice.apache.org/source.html] for general information about the Apache OpenOffice source code.
  
 
==Trunk==
 
==Trunk==
Line 6: Line 6:
  
 
You can check out the trunk via SVN
 
You can check out the trunk via SVN
     svn co https://svn.apache.org/repos/asf/incubator/ooo/trunk ooo
+
     svn co https://svn.apache.org/repos/asf/openoffice/trunk aoo
 
or git
 
or git
     git svn clone https://svn.apache.org/repos/asf/incubator/ooo/trunk ooo
+
     git svn clone https://svn.apache.org/repos/asf/openoffice/trunk aoo
  
 
==Branches==
 
==Branches==
Line 14: Line 14:
 
Besides trunk there is a number of branches for development of features that may or may not be integrated into the next release:
 
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 <code>https&#58;//svn.apache.org/repos/asf/incubator/ooo/branches/&lt;branch name&gt;</code>
+
URL is <code>https&#58;//svn.apache.org/repos/asf/openoffice/branches/&lt;branch name&gt;</code>
  
 
{| class="prettytable"
 
{| class="prettytable"
Line 21: Line 21:
 
! description
 
! description
 
|-
 
|-
|[http://svn.apache.org/viewvc/incubator/ooo/branches/gbuild/ gbuild]
+
|[http://svn.apache.org/viewvc/openoffice/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
 
|-
 
|-
| [http://svn.apache.org/viewvc/incubator/ooo/branches/AOO34/ AOO34]  
+
| [http://svn.apache.org/viewvc/openoffice/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
 
|-
 
|-
| [http://svn.apache.org/viewvc/incubator/ooo/branches/alg/aw080 alg/aw080]
+
| [http://svn.apache.org/viewvc/openoffice/branches/alg/aw080 alg/aw080]
 
| Long running overhaul of the drawing layer.
 
| Long running overhaul of the drawing layer.
 
|-
 
|-
| [http://svn.apache.org/viewvc/incubator/ooo/branches/writer001/ writer001]
+
| [http://svn.apache.org/viewvc/openoffice/branches/writer001/ writer001]
 
| Already integrated into trunk.
 
| Already integrated into trunk.
 
|-
 
|-
| [http://svn.apache.org/viewvc/incubator/ooo/branches/l10n/ l10n]
+
| [http://svn.apache.org/viewvc/openoffice/branches/l10n/ l10n]
 
| Branch to test new l10n tools (incl. makefile changes), will be merged back before next release
 
| Branch to test new l10n tools (incl. makefile changes), will be merged back before next release
 
|}
 
|}
Line 46: Line 46:
 
Each tag marks an important SVN revision.  Otherwise tags are similar to branches.
 
Each tag marks an important SVN revision.  Otherwise tags are similar to branches.
  
URL is <code>https&#58;//svn.apache.org/repos/asf/incubator/ooo/tags/&lt;tag name&gt;</code>
+
URL is <code>https&#58;//svn.apache.org/repos/asf/openoffice/tags/&lt;tag name&gt;</code>
  
 
{| class="prettytable"
 
{| class="prettytable"
Line 53: Line 53:
 
! description
 
! description
 
|-
 
|-
|[http://svn.apache.org/viewvc/incubator/ooo/tags/AOO340/ AOO340]
+
|[http://svn.apache.org/viewvc/openoffice/tags/AOO340/ AOO340]
 
|Release of Apache OpenOffice 3.4
 
|Release of Apache OpenOffice 3.4
 
|-
 
|-
|[http://svn.apache.org/viewvc/incubator/ooo/tags/AOO341/ AOO341]
+
|[http://svn.apache.org/viewvc/openoffice/tags/AOO341/ AOO341]
 
|Release of Apache OpenOffice 3.4.1
 
|Release of Apache OpenOffice 3.4.1
 
|-
 
|-
|[http://svn.apache.org/viewvc/incubator/ooo/tags/SNAPSHOT SNAPSHOT]
+
|[http://svn.apache.org/viewvc/openoffice/tags/SNAPSHOT SNAPSHOT]
 
|The latest snapshot. Changing.
 
|The latest snapshot. Changing.
 
|}
 
|}

Revision as of 09:00, 26 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/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
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/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