Web Maestro Clay wrote:
I'm having problems setting up & running forrestbot for Apache XML Graphics site.

Just speed reading, but I noticed a couple of things:

/Users/Shared/_WebDLs/_repos/apache/xmlgraphics/site
[EMAIL PROTECTED] site]$ cat ../deploy.settings
<project>
        <property name="deploy.scp.user" value="clay"/>
<property name="deploy.scp.keyfile" value="/Users/clay/.ssh/ id_dsa"/>

Should there really be a space in this property? (or is that really mailer wrapping?)

I have the following in this file in the parent of $FORREST_HOME (/ Users/Shared/_WebDLs/deploy.svn.settings):

<?xml version="1.0"?>
<project>
  <property name="deploy.svn.user" value="clay"/>
  <property name="deploy.svn.user" value="xzxzxzx"/>

Spot the cut and paste error (clue username + password)

Ross