On Tue, 2014-01-14 at 11:03 +0000, sebb wrote:
> On 14 January 2014 00:53, Gary Gregory <[email protected]> wrote:
> > When I run:
> >
> > gradlew -q prepareRelease
> >
> > I get:
> >
> > FAILURE: Build failed with an exception.
> >
> > * What went wrong:
> > Execution failed for task ':checkoutSnapshot'.
> >> org.tmatesoft.svn.core.SVNException: svn: E155021: This client is too old
> > to work with the working copy at
> > 'C:\temp\rc\release-httpclient-4.3.2' (format '31').
> 
> I think that is part of SVNkit.
> 

It is clearly due to SVN format mismatch between the checkout of the
release tools themselves and that of SVNKit used internally by the
script. What I had no idea of is that SVN appears to traverse all the
way up to the volume root. So, what we have is this

C:\temp\rc\release-httpclient-4.3.2 (svn 1.8)
 +- build
      +- <trunk snapshot> (svn 1.7)

I believe the problem can be solved by upgrading SVNKit to version 1.8

Oleg



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to