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.

index.xml 2.4 kB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. <?xml version="1.0"?>
  2. <!--
  3. Copyright 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. <index value="1"/>
  17. <title>Subversion Ant Library</title>
  18. </properties>
  19. <body>
  20. <section name="Idea">
  21. <p>The main purpose of this Ant library is to provide the same
  22. level of support that Ant provides for CVS. This means the
  23. tasks are wrappers on top of the command line client (read: you
  24. still need to install an svn client) and there is not much more
  25. than running the executable and creating some reports.</p>
  26. <p>If you are looking for projects that aim at more, there are
  27. better alternatives, for example <a
  28. href="http://subclipse.tigris.org/svnant.html">Subclipse's Ant
  29. task</a> or <a
  30. href="http://tmate.org/svn/ant.html">JavaSVN</a>.</p>
  31. </section>
  32. <section name="Tasks">
  33. <subsection name="svn">
  34. <p>A very thin layer on top of the command line executable,
  35. comparable to <a
  36. href="http://ant.apache.org/manual/CoreTasks/cvs.html">the CVS
  37. task</a>.</p>
  38. </subsection>
  39. <subsection name="changelog">
  40. <p>Creates a log of change comments between two revisions,
  41. comparable to <a
  42. href="http://ant.apache.org/manual/CoreTasks/changelog.html">CvsChangeLog</a>.</p>
  43. </subsection>
  44. <subsection name="*diff">
  45. <p><code>&lt;tagdiff&gt;</code> creates a differences report
  46. for the changes between two tags or branches.</p>
  47. <p><code>&lt;revisiondiff&gt;</code> creates a differences report
  48. for the changes between two revisions.</p>
  49. <p>Together comparable to <a
  50. href="http://ant.apache.org/manual/CoreTasks/cvstagdiff.html">CvsTagDiff</a>.</p>
  51. </subsection>
  52. </section>
  53. <section name="Examples">
  54. </section>
  55. </body>
  56. </document>