Questions tagged [svnant]

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

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

55 questions
0
votes
1 answer

Dismal svnant performance

I am facing a problem with svnant. takes over 3 minutes to complete on my working copy (svn metadata version 1.7: using the latest svnant from HEAD). If I try to check for modifications using TortoiseSVN 1.7.12 it takes under 3…
EdwTests
  • 85
  • 6
0
votes
1 answer

Issue with SVNAnt commit

I have an ant build.xml file with the following setup:
pclem12
  • 449
  • 10
  • 23
0
votes
1 answer

Traverse nodes in XML

I need to traverse the nodes of an xml file in another xml file. So i have just loaded the second file into my current XML file and i need to run a loop around this file to find nodes with a certain tag. How do i do this in XML?
CodeGeek123
  • 4,341
  • 8
  • 50
  • 79
0
votes
1 answer

svnAnt task ubuntu fails with cannot find javahl, svnkit nor command line svn client

These questions have the same issue but haven't provided a solution for me Cannot find javahl, svnkit nor command line svn client although I have command line svn Cannot find javahl, svnkit nor command line svn client I am using ubuntu 12.10 ant…
Alex Edwards
  • 1,613
  • 3
  • 24
  • 48
0
votes
1 answer

SVNAnt Through Proxy

I just installed Ant for the first time today and have been playing with it. I am behind a proxy and I feel this is the source of my problems. I have managed to successfully create an ant build file which gets a web page over HTTP through a proxy…
Marshmellow1328
  • 1,205
  • 3
  • 18
  • 27
0
votes
1 answer

Ubuntu subversion ANT Build Problems

Greetings all I am trying trying to run a simple ant build. I am using ubuntu 12.04. I am not sure Why I keep getting an error referencing at org.tigris.subversion.svnclientadapter Can someone take a look at my to help me with this ant build. my…
cw.prime
  • 499
  • 4
  • 10
  • 16
0
votes
1 answer

Cannot find javahl, svnkit nor command line svn client although I have command line svn

I'm trying to use svnant. Here's my xml:
0
votes
2 answers

integrating svnant with ant 1.6 and svnclient1.7

Is svnant 1.3 version compatible to use with my svnclient version 1.7? I need to integrate svnclient with my ant script to get latest sources.
Radha G
  • 73
  • 1
  • 9
0
votes
1 answer

in the svn ant task, is there a way to checkout from svn without hard coding the credentials?

i'm trying to checkout a code base from an svn URL. It works fine when i hard code the credentials or define it as a property. My question is, is it possible to get the credentials from the user at runtime (i.e. when I run the build.xml script) ? …
0
votes
1 answer

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 it to work. I extracted out the part that is causing me problems into a separate file:
opike
  • 7,053
  • 14
  • 68
  • 95
1 2 3
4