On Tue, Jan 14, 2014 at 6:24 AM, Oleg Kalnichevski <[email protected]> wrote:
> 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. > OK, thank worked. Thank you! Committed revision: 1558032 Gary > > Oleg > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > -- E-Mail: [email protected] | [email protected] Java Persistence with Hibernate, Second Edition<http://www.manning.com/bauer3/> JUnit in Action, Second Edition <http://www.manning.com/tahchiev/> Spring Batch in Action <http://www.manning.com/templier/> Blog: http://garygregory.wordpress.com Home: http://garygregory.com/ Tweet! http://twitter.com/GaryGregory
