Top "Svnant" questions

SvnAnt is a third-party task for Apache Ant that provides an interface to Subversion revision control system.

svnant does not support svn version 1.7. what to do?

I'm using tortoise svn, and recently I updated to version 1.7. Still, in our build system (ant script) we use svnant …

svn ant svnant
missing svnkit dependencies on the classpath using svnant

I am trying to get svnkit working with svnant. Here is my build file: <path id="svnant.classpath"> &…

svn ant svnkit svnant
Define svnSetting globally

I would like to define svnSetting globally in my build.xml ant script: <project name="helloworld" basedir="." default="helloworld"&…

svn ant svnant
Checkout svn using gradle

I want to checkout svn using gradle. According to example I wrote this task dwnSnark << { ant.path(id: …

svn gradle ant svn-checkout svnant
Issue with using svnant

I was provided with an ant build file from someone else which uses svnant and I'm having issues with getting …

svn ant svnant
"Attempted to lock an already-locked dir" using SVNANT

I'm using SVNANT for checking out my project directory on my Windows XP machine. The first time I've used tortoiseSVN …

java svn locked svnant
SVN-ANT Error - "is not a working copy"

I read related question before submitting this question but wasn't able to find the exact question that has the same …

svn ant svnkit svnant