[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: [Subclipse-users] SvnAnt query? 1.8 format compatibility after subclipse upgrade

From: Mark Phippard <markphip_at_gmail.com>
Date: Mon, 15 Jul 2013 14:34:29 -0400

On Mon, Jul 15, 2013 at 2:12 PM, Gary McWilliams <GMcWilliams_at_kana.com> wrote:
> Mark, thanks for the quick response.
>
> At the risk of really diverging this (and I guess, you're implying svnant isn't really something that's under your control or domain of interest) could I ask you (or anyone else listening in):
>
> 1. I can add missing stubs, I cannot (I think) make up the missing classes from the svn-javahl.jar such as org.apache.subversion.javahl.callback.InheritedProplistCallback. I would need a 1.8 version of that jar, would you know where that could be found? (really, google isn't helpful here)

I have attached a copy of the JAR from 1.8.

> 2. Am I missing an alternative for using SVN (pretty simple requirements, I sometimes use a svn export to get code for escrow, I get the "latest change revision number" to stamp into a built jar, I commit one file from a release build with version info), from within an ant job? If this isn't something that people are doing, then that's fine, I can look at alternatives for doing these tasks outside of ant.

For me, I usually do these things outside my build scripts. For
example, Jenkins typically does my checkouts and it can set the
revision number in an environment variable if I want to reference it
inside the build script. In others cases, I drive the SVN command
line via Ant exec task.

I am not saying SvnAnt does not have value but no one has ever stepped
forward to consistently maintain it. I have never used it myself, so
I've never maintained it either. I do maintain SvnClientAdapter, but
I only focus on the parts we use for Subclipse.

-- 
Thanks
Mark Phippard
http://markphip.blogspot.com/
------------------------------------------------------
http://subclipse.tigris.org/ds/viewMessage.do?dsForumId=1047&dsMessageId=3060522
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subclipse.tigris.org].

Received on 2013-07-15 20:34:43 CEST

This is an archived mail posted to the Subclipse Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.