Re: Subversion Ant Tasks

2008-07-29 Thread David Weintraub
The Hudson people told me of a Hudson plugin that forces Hudson to use Subversion 1.3 format in the work directory. That solved this particular issue -- David Weintraub [EMAIL PROTECTED] On Tue, Jul 29, 2008 at 7:04 AM, Rod Mackenzie <[EMAIL PROTECTED]> wrote: > I used svnant a while back, here

Re: Subversion Ant Tasks

2008-07-29 Thread Rod Mackenzie
I used svnant a while back, here's a bit of the build file I used The differences to your example is that I include all the jars from the svnant lib directory which inclu

Subversion Ant Tasks

2008-07-28 Thread David Weintraub
I'm having some difficulties with Subversion's Ant tasks. I am on SUSE 9.0 which has the latest Subversion release of 1.3. However, I am building with Hudson that is using svnkit which is using a release 1.4.6 revision. The problem is I build with Hudson, it creates a 1.4.6 compatible workspace, t