I got this same error the first time I tried the build. This issue is that I checked out the source using Tortoise SVN. It was using version 1.6 SVN database. My command line svn tools (which I installed for this purpose) were using 1.7 database format, so the call to "svn info" failed. You can verify this by going into the trunk folder and running the command from the command prompt.
The fix was to uninstall the command line svn tools and install and older version (1.6.20) so it would use the same database format as Tortoise.
Ed
On Tuesday, January 15, 2013 12:48:03 AM UTC-8,
shahid...@docobo.co.uk wrote:
Platform: Windows 7, ANT 1.8.2, Subversion 1.7.8
I checked out the latest source with Tortoise SVN and am trying to build after putting a fix for Issue 2467 but I am getting the following error. I have had to install Subversion 1.7.8 to get the command line svn working because previously I was getting an SVN command error when building:
BUILD FAILED
C:\Projects\GWT\build.xml:114: The following error occurred while executing this
line:
C:\Projects\GWT\build.xml:27: The following error occurred while executing this
line:
C:\Projects\GWT\build.xml:56: The following error occurred while executing this
line:
C:\Projects\GWT\dev\build.xml:203: The following error occurred while executing
this line:
C:\Projects\GWT\common.ant.xml:293: Non-zero status code result (1) running comm
and: svn info --xml
Total time: 10 seconds