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. > * 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 > > > On Sat, Dec 28, 2013 at 6:56 AM, Oleg Kalnichevski <[email protected]> wrote: > >> Folks, >> >> I finally managed to put together a complete release process guide based >> on release automation tools I have been working on for the past 6 months >> [1]. >> >> The release tools should now simplify the most tedious and error-prone >> manual operations involved in a release. >> >> I actually managed to run the entire HttpCore 4.3.1 release process >> using the release tools only. >> >> Would anyone want to volunteer to be a release manager for HttpClient >> 4.3.2 and help me polish the scripts and the process guide? >> >> One would still need a fully functional Maven setup including GPG >> integration for artifact signing (as before), but otherwise the release >> process should no longer require any special tools beyond an IDE and a >> browser. Even a SVN client is not required. >> >> Oleg >> >> [1] http://wiki.apache.org/HttpComponents/HttpComponentsReleaseProcess >> >> >> --------------------------------------------------------------------- >> 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 --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
