How to Use SVN Tasks with ANT ?
This post is about using ANT to perform some of the most common source-control related tasks such as export, tagging, and branching. I am using ANT version 1.7.0 and SVN Ant version 1.1-rc3, bound against Subversion 1.4.0. The related software can be downloaded here: 1. SVN Ant = http://subclipse.tigris.org/svnant.html 2. ANT = http://ant.apache.org/ I shall … Read more