This post originated from an RSS feed registered with Java Buzz
by Angsuman Chakraborty.
Original Post: How to Integrate Subversion, Version Control Software, With Apache ANT
Feed Title: Simple Thoughts on Java
Feed URL: http://sedoparking.com/search/registrar.php?domain=®istrar=sedopark
Feed Description: News and views as a Software Architect and Entepreneur on Java and related Technologies.
Subversion is a popular version control software and replacement for CVS, the grand-daddy of all version control software which is still widely used in open source community.
Recently I had the necessity to invoke Subversion commands like checkout from Ant, a popular java based build software which replaces make tool.
There are two ant tasks to accomplish [...]