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
2
votes
1 answer

The svn client 'svnkit' is not available

I have been using svnant 1.3.0 to create tags from branches in my SVN repository. Now I have upgraded from SVN 1.6 to 1.7 and there is no released svnant binary that supports it. But I have downloaded the svnant 1.4 source from tigris.org and build…
jkc
  • 142
  • 1
  • 2
  • 13
2
votes
1 answer

How to IMPORT or ADD and COMMIT UNVERSIONED COPY to Subversion using SVNAnt in Hudson?

We are running Hudson ver. 1.395 as CI server and StarTeam as Repository. We are planning to move to Subversion as Repository(Hudson Server Plugin 2.3.3 installed). There is no issue in checking out from SVN server using SVNAnt (ver 1.3.1)script in…
ziten
  • 21
  • 2
2
votes
6 answers

ant svntask retrieving revision message

I'm using ant with svntask to update a repository before I build an application. At the end of the build, an email goes out with the results of the build. It would be very helpful to include the svn revision number and message in that email, so if…
user166267
  • 51
  • 1
  • 7
2
votes
0 answers

svnant with --no-auth-cache option

Is there a way to use svn global command line options when using svnant? Example option: '--no-auth-cache' We use javahl as svn lib. svnant documentation does not mention such options
2
votes
1 answer

SVN-ANT copy task doesn't work, svn copy from CLI does, same arguments

I am using SVN ANT version 1.3.1, ANT 1.7.1, Java 1.6u, and the SVN repo is 1.6 (I think - the prod\db\format file says "4".) I have two SVN targets (I wonder if the "commit" task isn't completing before the "copy" task attempts to execute, which…
urbushey
  • 1,339
  • 1
  • 13
  • 21
2
votes
1 answer

SVN ANT "Add" Task with "force" Option Gives "is already under version control" build error

Using ANT and SVNANT, I want to check in a working directory that has a mix of svn-controlled files and new files and sub-directories. According to my understanding of the SVN ANT "add" task, using the "force" flag as I have below should do…
urbushey
  • 1,339
  • 1
  • 13
  • 21
1
vote
1 answer

Checkout project from Google code using Ant error

...
Mike
  • 3,515
  • 10
  • 44
  • 67
1
vote
1 answer

Use ANT/SVNANT to delete files from SVN working copy if they don't exist in another folder

Scenario: SVN Repo #1 with application code base SVN Repo #2 with previously compiled milestones I need an ANT build script which can do the following: Export the code base from SVN repo #1 (done) Compile the exported code base (done) Check out…
Jeff
  • 227
  • 1
  • 4
  • 13
1
vote
1 answer

SvnAnt hangs committing renamed SVN folder

I'm working with Jenkins to perform builds and run my Ant code. Jenkins handles the checkout of SVN files to my workspace. I use SvnAnt to commit changes to the files. In this case I'm committing new FLA files when needed. This works for all of my…
kminke
  • 78
  • 10
1
vote
1 answer

How get a list of files under a subversion-url in ant?

I want with ant access a subversion-repository and get a list of files available under a specific svn-url like https://svn.myhost.de/repository/path/into/repo. I want to list all items, subdirectories or files, in some form I can work with later in…
Mnementh
  • 50,487
  • 48
  • 148
  • 202
1
vote
1 answer

SVNAnt - propget task throwing NoSuchMethodError using SVNKit

I am trying to query SVN property values using svnant's propget task but running into problems. I have written a simple Ant target to update the build file's folder and then query a property:
Neil
  • 413
  • 4
  • 22
1
vote
4 answers

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 issue as mine. I am trying to setup some automation on a windows box. I have ant target to do update and I have used eclipse as my…
add-semi-colons
  • 18,094
  • 55
  • 145
  • 232
1
vote
0 answers

avnant checkout failed randomly

I'm using ant to do fresh checkout of latest version of application in repository. Using command like: Quite often I get following…
zmeda
  • 2,909
  • 9
  • 36
  • 56
1
vote
1 answer

svnant - parent dir in server is not a working copy

I want to checkout project, get the revision number, build jar with that number in menifest, on the server with a web interface. There are some other minor steps in the whole process, but that's the main goal. everything in the build script is…
derrdji
  • 12,661
  • 21
  • 68
  • 78
0
votes
1 answer

Why is SvnAnt still trying to connect to my old repository IP address?

I know just enough about Ant and SvnAnt to be dangerous. I put together the build.xml and .properties files a while back, and now that I'm running into issues I'm out of my league I fear. Simple scenario. I have an SvnAnt task that would update…
Madbreaks
  • 19,094
  • 7
  • 58
  • 72