It looks like whatever edits the POMs does not play nice on Windows with line endings:
C:\temp\rc\release-httpclient-4.3.2>gradlew -q commitRC Creating tag for HttpClient 4.3.2 RC1 from local content Adding build\repos-asf-httpcomponents-httpclient-trunk Sending build\repos-asf-httpcomponents-httpclient-trunk\fluent-hc\pom.xml Sending build\repos-asf-httpcomponents-httpclient-trunk\httpclient\pom.xml Sending build\repos-asf-httpcomponents-httpclient-trunk\httpclient-cache\pom.xml Sending build\repos-asf-httpcomponents-httpclient-trunk\httpclient-osgi\pom.xml Sending build\repos-asf-httpcomponents-httpclient-trunk\httpmime\pom.xml Sending build\repos-asf-httpcomponents-httpclient-trunk\pom.xml Transmitting file data . FAILURE: Build failed with an exception. * Where: Build file 'C:\temp\rc\release-httpclient-4.3.2\build.gradle' line: 178 * What went wrong: Execution failed for task ':commitRCTag'. > org.tmatesoft.svn.core.SVNException: svn: E135000: While preparing 'C:\temp\rc\release-httpclient-4.3.2\build\repos-asf-httpcomponents-httpclient-trunk\fluent-hc\pom.xml' for commit svn: E135000: Inconsistent line ending style * Try: Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. I've not had this problem using Maven to do the same kind of thing. 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
