Author: kschenk Date: Tue Aug 13 17:35:29 2019 New Revision: 1865057 URL: http://svn.apache.org/viewvc?rev=1865057&view=rev Log: Setting up new page for git information.
Added: openoffice/site/trunk/content/source_new.mdtext Added: openoffice/site/trunk/content/source_new.mdtext URL: http://svn.apache.org/viewvc/openoffice/site/trunk/content/source_new.mdtext?rev=1865057&view=auto ============================================================================== --- openoffice/site/trunk/content/source_new.mdtext (added) +++ openoffice/site/trunk/content/source_new.mdtext Tue Aug 13 17:35:29 2019 @@ -0,0 +1,108 @@ +Title: Source Control +Notice: Licensed to the Apache Software Foundation (ASF) under one + or more contributor license agreements. See the NOTICE file + distributed with this work for additional information + regarding copyright ownership. The ASF licenses this file + to you under the Apache License, Version 2.0 (the + "License"); you may not use this file except in compliance + with the License. You may obtain a copy of the License at + . + http://www.apache.org/licenses/LICENSE-2.0 + . + Unless required by applicable law or agreed to in writing, + software distributed under the License is distributed on an + "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + KIND, either express or implied. See the License for the + specific language governing permissions and limitations + under the License. + +We use [Apache Subversion][1] for version control. You can [browse our +repository][2] in your web browser. + +See our [Subversion Basics](http://openoffice.apache.org/svn-basics.html) +for more information on using subversion (svn) for the Apache OpenOffice project. + +For further information see the [Apache Source Code Repository][3] page. + +## Getting the source code + +### Using SVN + +This will get you everything, including the language files: + + svn co https://svn.apache.org/repos/asf/openoffice/trunk aoo + +Including SVN overhead, this requires approximately 4 GB of storage. + +### Using GIT + +You can use our git repository for downloading source but not committing (read only): + [https://github.com/apache/openoffice](https://github.com/apache/openoffice) + +### Source archive of the latest release + +An archive of the source for the latest release can be obtainted from the Apache Software Foundation repository: + [http://www.apache.org/dyn/aoo-closer.cgi/openoffice/](http://www.apache.org/dyn/aoo-closer.cgi/openoffice/) + + +## Browsing/Searching Source Code + +We have an instance of [Atlassian FishEye][4] for source browsing, searching, +reporting and visualization of main trunk (main development area). + +<!-- Also, AdfinisSygroup hosts an [OpenGrok](http://opengrok.adfinis-sygroup.org) instance of a few of our +main repository areas. --> + +## Building and Running + +See the [Apache OpenOffice Building Guide page][5] + for an overview on building. + + See [Development Snapshots builds][7] for additional information on building. + +## Testing Developer Installation Sets + +See [Development Snapshot Builds: Full installation sets][8] or [Development Builds][9] +for complete installation sets for available platforms. + +Install the "Developer Installation Set" to a new directory if you don't want to overwrite your +existing Apache OpenOffice installation. + +* Linux: Create a new directory for the AOO developer install. +Install the RPM pack with --prefix="some new AOO directory" option. +* Windows: Use the custom install option, and choose a new directory location for the +AOO developer install. +* Mac: create a new folder for AOO developer install. Download the ".dmg" file there, and install +to the new directory. + + +## Code and Contribution Statistics + +Our SVN tree is read by the [Open Hub tracker][6] to generate some various statistics. +Note that the migration from the legacy Mercurial repository to SVN at Apache has +caused pre-existing files to be double-counted. But the contribution history should +be intact. + +## Special Development Branches + +For larger, extensive code modifications, specialized branches are created. +You can find out more information on them from the Wiki [Source Code](https://wiki.openoffice.org/wiki/Source_Code) page. + +## Legacy Source Code Repository + +A clone of the project's legacy (pre-Apache, Hg OOO340) version control system is maintained +as service to the ecosystem by a volunteer. Please note that this code is +LGPL-licenced and is not maintained by the Apache OpenOffice project. + +The legacy repository can be found [here][10]. + +[1]: https://subversion.apache.org/ +[2]: https://svn.apache.org/viewvc/openoffice/trunk/ +[3]: https://www.apache.org/dev/version-control.html +[4]: https://fisheye.apache.org/changelog/openoffice +[5]: https://wiki.openoffice.org/wiki/Documentation/Building_Guide_AOO +[6]: https://www.openhub.net/p/openoffice +[7]: https://cwiki.apache.org/confluence/display/OOOUSERS/Development+Snapshot+Builds#DevelopmentSnapshotBuilds-buildflags +[8]: https://cwiki.apache.org/confluence/display/OOOUSERS/Development+Snapshot+Builds#DevelopmentSnapshotBuilds-fullsets +[9]: https://www.openoffice.org/download/devbuilds.html +[10]: https://bitbucket.org/mst/ooo340