poi/src/documentation/content/xdocs/subversion.xml

94 lines
4.2 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<!--
====================================================================
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.
====================================================================
-->
<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.3//EN" "./dtd/document-v13.dtd">
<document>
<header>
<title>Apache POI - Source Code Repository</title>
<authors>
<person id="NB" name="Nick Burch" email="nick@apache.org"/>
</authors>
</header>
<body>
<section><title>Download the Source</title>
<p>
Most users of the source code probably don't need to have day to
day access to the source code as it changes. For these users we
provide easy to unpack source code from releases via our
<link href="download.html">download page.</link>
</p>
</section>
<section><title>Access the Version Controlled Source Code</title>
<p>
For information on connecting to the ASF Subversion repositories,
see the
<link href="http://www.apache.org/dev/version-control.html">version control page.</link>
</p>
<p>Subversion is an open-source version control system. It has been contributed to the Apache Software Foundation and is
now available <link href="http://incubator.apache.org/projects/subversion.html">here</link>.
</p>
<p>
The root url of the ASF Subversion repository is
<link href="http://svn.apache.org/repos/asf/">http://svn.apache.org/repos/asf/</link>
for non-committers and
<link href="https://svn.apache.org/repos/asf/">https://svn.apache.org/repos/asf/</link>
for committers.
</p>
<p><strong>NOTE</strong>: When checking out a subproject using
subversion, ensure that you are checking out a tag, a branch or trunk
(the main-line) and not all tags and branches, to avoid filling up
your hard-disk and wasting bandwidth.
</p>
<ul>
<li>For read only access to the Apache POI svn, please use
<link href="http://svn.apache.org/repos/asf/poi/trunk/">http://svn.apache.org/repos/asf/poi/trunk/</link></li>
<li>For committers (write) access to the Apache POI svn, please use
<link href="https://svn.apache.org/repos/asf/poi/trunk/">https://svn.apache.org/repos/asf/poi/trunk/</link></li>
<li>To browse the svn repository in your web browser, please us
<link href="http://svn.apache.org/viewcvs.cgi/poi/">ViewSVN</link></li>
</ul>
<p>If you are not a <em>Committer</em>, but you want to submit patches
or even request commit privileges, please see our
<link href="guidelines.html">Guidelines</link> for more
information.</p>
</section>
<section><title>Git access to POI sources </title>
<p>
Git read-only access to POI sources is now available.
Please see the <link href="http://git.apache.org/">Git at Apache</link> page for details.
Git Clone URL: <link href="git://git.apache.org/poi.git">git://git.apache.org/poi.git</link>
and Http Clone URL: <link href="http://git.apache.org/poi.git">http://git.apache.org/poi.git</link>.
</p>
</section>
</body>
<footer>
<legal>
Copyright (c) @year@ The Apache Software Foundation. All rights reserved.
<br />
Apache POI, POI, Apache, the Apache feather logo, and the Apache
POI project logo are trademarks of The Apache Software Foundation.
</legal>
</footer>
</document>