Manually using TeamCity's bundled svnkit-cli
I can't install SVN on this box, but it already has a TeamCity build agent configured which has svnkit bundled, including svnkit-cli. Is it possible to invoke the cli programmatically, not through TeamCity?
Ideally a one-line bash comand, something like...
$ java -classpath ".;/teamcity/plugins/svnAgent/lib/*" SVN --version
I can't figure out the syntax to use the bundled svnkit-cli. Is it possible?
Please sign in to leave a comment.
I would recommend you to download svnkit itself from their site, including batch/shell files they provide and try.
I worked it out by looking at the svnkit documentation for using ant. Cheers though.