mirror of
https://github.com/apache/ant.git
synced 2025-05-18 22:14:47 +00:00
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@668592 13f79535-47bb-0310-9956-ffa450edef68
67 lines
2.9 KiB
XML
67 lines
2.9 KiB
XML
<?xml version="1.0"?>
|
|
<!--
|
|
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.
|
|
-->
|
|
<document>
|
|
|
|
<properties>
|
|
<title>SVN Repositories</title>
|
|
<author email="">Antoine Levy-Lambert</author>
|
|
</properties>
|
|
|
|
<body>
|
|
|
|
<section name="Access the Source Tree (Subversion)">
|
|
|
|
<p>Anyone can checkout source code from our public Subversion repository. To do so,
|
|
simply use the following command (if you are using a GUI client, configure it
|
|
appropriately):</p>
|
|
|
|
<source>
|
|
svn co http://svn.apache.org/repos/asf/ant/[project]/trunk/ ant-[project]</source>
|
|
|
|
<p>Modules available for access are:</p>
|
|
|
|
<ul>
|
|
<li><a href="http://svn.apache.org/viewcvs.cgi/ant/core/trunk/">ant</a> - The "main" Ant module.<br/>
|
|
http://svn.apache.org/repos/asf/ant/core/trunk/
|
|
</li>
|
|
<li><a href="http://svn.apache.org/viewcvs.cgi/ant/antlibs/antunit/trunk/">antunit</a> Test framework for Ant.<br/>
|
|
http://svn.apache.org/repos/asf/ant/antlibs/antunit/trunk/</li>
|
|
<li><a href="http://svn.apache.org/viewcvs.cgi/ant/antlibs/dotnet/trunk/">Dotnet antlib</a> Contains Nant, Nunit, ...<br/>
|
|
http://svn.apache.org/repos/asf/ant/antlibs/dotnet/trunk/</li>
|
|
<li><a href="http://svn.apache.org/viewcvs.cgi/ant/antlibs/svn/trunk/">svn antlib</a> Contains tasks to interact with Subversion repositories.<br/>
|
|
http://svn.apache.org/repos/asf/ant/antlibs/svn/trunk/</li>
|
|
<li><a href="http://svn.apache.org/viewcvs.cgi/ant/sandbox/">sandbox</a> - New developments. Contains currently gendoc.<br/>
|
|
http://svn.apache.org/repos/asf/ant/sandbox/
|
|
</li>
|
|
</ul>
|
|
|
|
<p>If you are not familiar with Subversion, <a
|
|
href="http://jakarta.apache.org/site/cvsindex.html">Jakarta's
|
|
source repositories page</a> may hold many helpful hints.</p>
|
|
|
|
<p>Nightly snapshots of the SVN tree are available at
|
|
<a href="http://svn.apache.org/snapshots/ant/">http://svn.apache.org/snapshots/ant/</a>.</p>
|
|
|
|
<p>A nice view of the source history is available through
|
|
<a href="http://fisheye6.atlassian.com/browse/ant">Cenqua's Fisheye instance</a>.</p>
|
|
|
|
|
|
</section>
|
|
</body>
|
|
</document>
|