You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

svn.xml 2.6 kB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. <?xml version="1.0"?>
  2. <!--
  3. Copyright 2005-2006 The Apache Software Foundation
  4. Licensed under the Apache License, Version 2.0 (the "License");
  5. you may not use this file except in compliance with the License.
  6. You may obtain a copy of the License at
  7. http://www.apache.org/licenses/LICENSE-2.0
  8. Unless required by applicable law or agreed to in writing, software
  9. distributed under the License is distributed on an "AS IS" BASIS,
  10. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  11. See the License for the specific language governing permissions and
  12. limitations under the License.
  13. -->
  14. <document>
  15. <properties>
  16. <title>SVN Repositories</title>
  17. <author email="">Antoine Levy-Lambert</author>
  18. </properties>
  19. <body>
  20. <section name="Access the Source Tree (Subversion)">
  21. <p>Anyone can checkout source code from our public Subversion repository. To do so,
  22. simply use the following command (if you are using a GUI client, configure it
  23. appropriately):</p>
  24. <source>
  25. svn co http://svn.apache.org/repos/asf/ant/[project]/trunk/ ant-[project]</source>
  26. <p>Modules available for access are:</p>
  27. <ul>
  28. <li><a href="http://svn.apache.org/viewcvs.cgi/ant/core/trunk/">ant</a> - The &quot;main&quot; Ant module.<br/>
  29. http://svn.apache.org/repos/asf/ant/core/trunk/
  30. </li>
  31. <li><a href="http://svn.apache.org/viewcvs.cgi/ant/antlibs/antunit/trunk/">antunit</a> Test framework for Ant.<br/>
  32. http://svn.apache.org/repos/asf/ant/antlibs/antunit/trunk/</li>
  33. <li><a href="http://svn.apache.org/viewcvs.cgi/ant/antlibs/dotnet/trunk/">Dotnet antlib</a> Contains Nant, Nunit, ...<br/>
  34. http://svn.apache.org/repos/asf/ant/antlibs/dotnet/trunk/</li>
  35. <li><a href="http://svn.apache.org/viewcvs.cgi/ant/antlibs/svn/trunk/">svn antlib</a> Contains tasks to interact with Subversion repositories.<br/>
  36. http://svn.apache.org/repos/asf/ant/antlibs/svn/trunk/</li>
  37. <li><a href="http://svn.apache.org/viewcvs.cgi/ant/sandbox/">sandbox</a> - New developments. Contains currently gendoc.<br/>
  38. http://svn.apache.org/repos/asf/ant/sandbox/
  39. </li>
  40. </ul>
  41. <p>If you are not familiar with Subversion, <a
  42. href="http://jakarta.apache.org/site/cvsindex.html">Jakarta's
  43. source repositories page</a> may hold many helpful hints.</p>
  44. <p>Nightly snapshots of the SVN tree are available at
  45. <a href="http://svn.apache.org/snapshots/ant/">http://svn.apache.org/snapshots/ant/</a>.</p>
  46. </section>
  47. </body>
  48. </document>