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 This will get you everything, including the language files: svn co https://svn.apache.org/repos/asf/incubator/ooo/trunk ooo Including SVN overhead, this requires approximately 4 GB of storage. ## Browsing/Searching Source Code We have an [instance of Altassian FishEye][4] for source browsing, searching, reporting and visualization. ## Building and Running See the [OpenOffice.org Building Guide page][5] for an overview on building. See [Developer Snapshots builds][7] for additional information on building. ## Testing Developer Installation Sets See [AOO 3.4 Full installation sets][8] 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 OOo version. * Linux: Create a new directory for the OOo developer install. Install the RPM pack with --prefix="some new OOo directory" option. * Windows: Use the custom install option, and choose a new directory location for the OOo developer install. * Mac: create a new folder for OOo developer install. Download the ".dmg" file there, and install to the new directory. ## Code and Contribution Statistics Our SVN tree is read by the [Ohloh 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. ## 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][9]. [1]: http://subversion.apache.org [2]: http://svn.apache.org/viewvc/incubator/ooo/trunk [3]: http://www.apache.org/dev/version-control.html [4]: https://fisheye6.atlassian.com/browse/ooo [5]: http://wiki.services.openoffice.org/wiki/Documentation/Building_Guide [6]: https://www.ohloh.net/p/openoffice [7]: https://cwiki.apache.org/confluence/display/OOOUSERS/Development+Snapshot+Builds [8]: https://cwiki.apache.org/confluence/display/OOOUSERS/AOO+3.4+Unofficial+Developer+Snapshots#AOO3.4UnofficialDeveloperSnapshots-fullsets [9]: https://bitbucket.org/mst/ooo340