aboutsummaryrefslogtreecommitdiffstats
path: root/src/documentation/content/xdocs/subversion.xml
blob: 1bfd75e0df07aaa893fa34df153d2c29926687ff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
<?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>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>