I wonder if somehow ant is seeing a different copy of svn that your shell? What does
which svn say? On my machine it says: /usr/bin/svn On 2010-08-10, at 19:01, Lou Iorio wrote: > It does indeed: > > svn: This client is too old to work with working copy > '/Users/louisiorio/src/svn/openlaszlo/trunk'; please get a newer Subversion > client > <?xml version="1.0"?> > <info> > > but I'm running a recent version: > > ~/src/svn/openlaszlo/trunk $ svn --version > svn, version 1.6.12 (r955767) > compiled Jun 23 2010, 10:32:19 > > I tried svn revert, and that didn't work (skipped) > > On Tue, Aug 10, 2010 at 6:31 PM, P T Withington <[email protected]> wrote: > >> What does the contents of repository-info.xml look like? >> >> I bet it has some error message from svn, rather than what it is supposed >> to have. >> >> On 2010-08-10, at 18:20, Lou Iorio wrote: >> >>> I'm trying to build on my backup mac, and failing immediately with this: >>> >>> ~/src/svn/openlaszlo/trunk $ ant build >>> Buildfile: build.xml >>> [echo] build.url is ${build.url} >>> [echo] dont-need-svn-info is ${dont-need-svn-info} >>> >>> get-env: >>> >>> get-svn-info: >>> [exec] Result: 1 >>> >>> read-svn-info: >>> [xmlproperty] [Fatal Error] repository-info.xml:1:1: Content is not >> allowed >>> in prolog. >>> >>> BUILD FAILED >>> /Users/louisiorio/src/svn/openlaszlo/trunk/build-tools/build-opt.xml:50: >>> Failed to load >>> /Users/louisiorio/src/svn/openlaszlo/trunk/repository-info.xml >>> >>> Total time: 1 second >>> >>> >>> This is from the last time I successfully built: >>> >>> OpenLaszlo 5.0.x Latest 16888 /Users/louisiorio/src/svn/openlaszlo/trunk >>> 2010-07-09T10:23:50Z >>> >>> I'm having no trouble building on my other mac, so it's something about >> this >>> machine. I have the right >>> Java, ant, etc. >>> >>> Hints? >> >>
