1 <?xml version="1.0" encoding="UTF-8"?>
3 ====================================================================
4 Licensed to the Apache Software Foundation (ASF) under one or more
5 contributor license agreements. See the NOTICE file distributed with
6 this work for additional information regarding copyright ownership.
7 The ASF licenses this file to You under the Apache License, Version 2.0
8 (the "License"); you may not use this file except in compliance with
9 the License. You may obtain a copy of the License at
11 http://www.apache.org/licenses/LICENSE-2.0
13 Unless required by applicable law or agreed to in writing, software
14 distributed under the License is distributed on an "AS IS" BASIS,
15 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16 See the License for the specific language governing permissions and
17 limitations under the License.
18 ====================================================================
20 <!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.3//EN" "./dtd/document-v13.dtd">
24 <title>Subversion - Source Code Repository</title>
26 <person id="NB" name="Nick Burch" email="nick@apache.org"/>
31 <section><title>Download the Source</title>
33 Most users of the source code probably don't need to have day to
34 day access to the source code as it changes. For these users we
35 provide easy to unpack source code downloads via our
36 <link href="ext:download">download pages.</link>
39 <section><title>Access the Version Controlled Source Code</title>
41 For information on connecting to the ASF Subversion repositories,
43 <link href="http://www.apache.org/dev/version-control.html">version control page.</link>
46 <p>Subversion is an open-source version control system. The root url
47 of the ASF Subversion repository is
48 <link href="http://svn.apache.org/repos/asf/">http://svn.apache.org/repos/asf/</link>
49 for non-committers and
50 <link href="https://svn.apache.org/repos/asf/">https://svn.apache.org/repos/asf/</link>
54 <p><strong>NOTE</strong>: When checking out a subproject using
55 subversion, ensure that you are checking out a tag, a branch or trunk
56 (the main-line) and not all tags and branches, to avoid filling up
57 your hard-disk and wasting bandwidth.
60 <p><strong>NOTE</strong>: See this
61 <link href="http://jakarta.apache.org/commons/svninfo.html">Subversion
62 information</link> page for a brief description of the relationship be
63 tween URL tuples such as <em>trunks-proper</em> and <em>proper</em>.</p>
66 <li>For read only access to the Apache POI svn, please use
67 <link href="http://svn.apache.org/repos/asf/poi/trunk/">http://svn.apache.org/repos/asf/poi/trunk/</link></li>
68 <li>For committers (write) access to the Apache POI svn, please use
69 <link href="https://svn.apache.org/repos/asf/poi/trunk/">https://svn.apache.org/repos/asf/poi/trunk/</link></li>
70 <li>To browse the svn repository in your web browser, please us
71 <link href="http://svn.apache.org/viewcvs.cgi/poi/">ViewSVN</link></li>
74 <p>If you are not a <em>Committer</em>, but you want to submit patches
75 or even request commit privileges, please see our
76 <link href="getinvolved/index.html">Guidelines</link> for more
82 Copyright 2007 The Apache Software Foundation or its licensors, as applicable.
83 $Revision: 496536 $ $Date: 2007-01-15 23:11:09 +0000 (Mon, 15 Jan 2007) $