2007-05-29 13:18:45 -04:00
|
|
|
<?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.
|
|
|
|
====================================================================
|
|
|
|
-->
|
2008-03-21 08:59:42 -04:00
|
|
|
<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.3//EN" "./dtd/document-v13.dtd">
|
2007-05-29 13:18:45 -04:00
|
|
|
|
|
|
|
<document>
|
|
|
|
<header>
|
|
|
|
<title>Subversion - 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 downloads via our
|
|
|
|
<link href="ext:download">download pages.</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. 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>
|
|
|
|
|
|
|
|
<p><strong>NOTE</strong>: See this
|
|
|
|
<link href="http://jakarta.apache.org/commons/svninfo.html">Subversion
|
|
|
|
information</link> page for a brief description of the relationship be
|
|
|
|
tween URL tuples such as <em>trunks-proper</em> and <em>proper</em>.</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="getinvolved/index.html">Guidelines</link> for more
|
|
|
|
information.</p>
|
|
|
|
</section>
|
|
|
|
</body>
|
|
|
|
<footer>
|
|
|
|
<legal>
|
|
|
|
Copyright 2007 The Apache Software Foundation or its licensors, as applicable.
|
|
|
|
$Revision: 496536 $ $Date: 2007-01-15 23:11:09 +0000 (Mon, 15 Jan 2007) $
|
|
|
|
</legal>
|
|
|
|
</footer>
|
|
|
|
</document>
|