SVN is only used to get the revision (for some obscure reason during the build). You can bypass it by setting the gwt.svnrev, e.g. "ant -Dgwt.svnrev=trunk@12345"
BTW, we're moving to Git, so if you plan on contributing further (would be great!) you'd better start using Git too. See https://groups.google.com/d/topic/google-web-toolkit-contributors/fmHDlsnfdEQ/discussion (we'll also move from ant to maven but that's another story) On Tuesday, January 15, 2013 9:48:03 AM UTC+1, [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/-/KzFYrtPFUGcJ. 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.
