|
- <?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>
- <index value="1"/>
- <title>Subversion Ant Library</title>
- </properties>
-
- <body>
-
- <section name="Idea">
- <p>The main purpose of this Ant library is to provide the same
- level of support that Ant provides for CVS. This means the
- tasks are wrappers on top of the command line client (read: you
- still need to install an svn client) and there is not much more
- than running the executable and creating some reports.</p>
-
- <p>If you are looking for projects that aim at more, there are
- better alternatives, for example <a
- href="http://subclipse.tigris.org/svnant.html">Subclipse's Ant
- task</a> or <a
- href="http://tmate.org/svn/ant.html">JavaSVN</a>.</p>
- </section>
-
- <section name="Tasks">
- <subsection name="svn">
- <p>A very thin layer on top of the command line executable,
- comparable to <a
- href="http://ant.apache.org/manual/CoreTasks/cvs.html">the CVS
- task</a>.</p>
- </subsection>
-
- <subsection name="changelog">
- <p>Creates a log of change comments between two revisions,
- comparable to <a
- href="http://ant.apache.org/manual/CoreTasks/changelog.html">CvsChangeLog</a>.</p>
- </subsection>
-
- <subsection name="*diff">
- <p><code><tagdiff></code> creates a differences report
- for the changes between two tags or branches.</p>
-
- <p><code><revisiondiff></code> creates a differences report
- for the changes between two revisions.</p>
-
- <p>Together comparable to <a
- href="http://ant.apache.org/manual/CoreTasks/cvstagdiff.html">CvsTagDiff</a>.</p>
- </subsection>
- </section>
-
- <section name="Examples">
- </section>
- </body>
- </document>
|