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, [email protected] 
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
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/0OTxhK8DUWMJ.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to