On Mon, 2014-01-13 at 19:53 -0500, Gary Gregory 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').
>
> * Try:
> Run with --stacktrace option to get the stack trace. Run with --info or
> --debug option to get more log output.
>
> When I ran gradlew for the first time, it downloaded gradle 1.9.
>
> I use SilkSVN 64-bit on Windows 7:
>
> svn, version 1.8.5-SlikSvn-1.8.5-X64 (SlikSvn/1.8.5) X64
> compiled Nov 30 2013, 17:17:43 on x86_64-microsoft-windows6.2.9200
>
> Gary
>
Gary
Could you please edit buildSrc/build.gradle and change svnkit and
svnkit-cli version from 1.7.11+ to 1.8.2+ or apply the patch attached?
After that do
'gradlew clean'
and retry.
Oleg
Index: buildSrc/build.gradle
IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
===================================================================
--- buildSrc/build.gradle (date 1388421237000)
+++ buildSrc/build.gradle (revision )
@@ -38,8 +38,8 @@
compile gradleApi()
compile group: 'org.codehaus.groovy', name: 'groovy', version: '2.1.6'
compile group: 'org.codehaus.groovy', name: 'groovy-xml', version: '2.1.6'
- compile group: 'org.tmatesoft.svnkit', name: 'svnkit', version: '1.7.11+'
- compile group: 'org.tmatesoft.svnkit', name: 'svnkit-cli', version: '1.7.11+'
+ compile group: 'org.tmatesoft.svnkit', name: 'svnkit', version: '1.8.2+'
+ compile group: 'org.tmatesoft.svnkit', name: 'svnkit-cli', version: '1.8.2+'
compile group: 'org.ccil.cowan.tagsoup', name: 'tagsoup', version: '1.2.1+'
compile group: 'org.jdom', name: 'jdom', version: '2.0.2+'
compile group: 'org.apache.maven', name: 'maven-artifact', version: '3.0.5+'
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]