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 3.3 KiB

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