On Fri, Jun 4, 2010 at 4:01 AM, David Crossley <cross...@apache.org> wrote: > David Crossley wrote: >> Tim Williams wrote: >> > >> > I guess I've never investigated how forrestbot actually works, but >> > this jsvn library is terrible. I can't find any documentation and all >> > the useful links are broken. I was trying to find out if there was a >> > "--no-auth-cache" equivalent for that svncheckout task. I wonder why >> > we don't just call out to external svn commands in all places (just >> > like svn status) since svn is a dependency anyway? >> >> That is a good question. >> >> It seems that the affected files are >> forrestbot/core/getsrc.xml >> forrestbot/core/deploy.xml >> which use "svncheckout" and "svncommit". > > and plugins/build.xml > > So not only forrestbot.
Thanks David, I switched my forrestbot over this morning to straight svn commands. All seems well. I'll try to take a look at the plugins/build.xml file some time this weekend. --tim