Aug 12 2008
svnant for subversion 1.5
One day at work I saw that tortoiseSVN had an update, and so I blindly installed it and went about my business. It then began poisoning all the shared working copies that we use at work, with subversion 1.5 format, thereby causing all other svn clients to report “This client is too old to work with working copy …” Long story short, once you start its hard to stop.
I thought ok no problem, I’ll help all of my co workers upgrade and that will be that. Subversion 1.5 is a release after all, surely all the tools that go with it are released too! That turned out to be mostly true, but not for a specific tool that we use quite a bit here, svnant. There was no svnant bound against the latest dependencies.
I found an email by the guy who runs the show mark that said he wanted someone to take on the project. So I volunteered.
I became the svnant guy just like that. I made a simple release so if you are just dying to get svnant working with subversion 1.5 working copies, download the release candidate.
Hi Josh,
I’m not sure if you want this comment here or somewhere else like an issue tracking system, but you seem to be the dude to go to.
I pulled down the release candidate and am getting this error:
java.lang.AbstractMethodError: org.tmatesoft.svn.core.javahl.SVNClientImpl.setProgressListener(Lorg/tigris/subversion/javahl/ProgressListener;)V
Is this something you can help with? I can post the full error message if you think it will help.
Congrats on taking over svnant!
Cheers,
Mike.
Typically the users list on subclipse is the place to discuss the issue first, then there is a public issue system if you get an account.
A question, did you updgrade your installed subversion?
I got exactly the same error as Mike…
svn –version
svn, version 1.5.1 (r32289)
compiled Jul 31 2008, 09:45:17
Found the cause, maybe.
Seems I had an old jar named svnjava.jar (or javasvn.jar, i forget which), that is no longer necessary, and just mucks things up. Things seems to work if I delete it.
Same here – deleting javasvn.jar (from an old version of svnkit, I think) did the trick.
I too had the error mentioned above when I was trying to build alfresco source code. I have SVN 1.5 installed. I read these comments and removed the javasvn.jar that is located at /trunk/HEAD/root/projects/3rd-party/lib/devenv inside alfresco source code and the error went off.
Thank you.