Return-Path: Delivered-To: apmail-forrest-svn-archive@www.apache.org Received: (qmail 95108 invoked from network); 19 Jul 2004 04:14:21 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 19 Jul 2004 04:14:21 -0000 Received: (qmail 77912 invoked by uid 500); 19 Jul 2004 04:14:21 -0000 Delivered-To: apmail-forrest-svn-archive@forrest.apache.org Received: (qmail 77840 invoked by uid 500); 19 Jul 2004 04:14:21 -0000 Mailing-List: contact svn-help@forrest.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: "Forrest Developers List" Delivered-To: mailing list svn@forrest.apache.org Received: (qmail 77826 invoked by uid 99); 19 Jul 2004 04:14:21 -0000 X-ASF-Spam-Status: No, hits=0.5 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [209.237.227.194] (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.27.1) with SMTP; Sun, 18 Jul 2004 21:14:17 -0700 Received: (qmail 95060 invoked by uid 65534); 19 Jul 2004 04:14:17 -0000 Date: 19 Jul 2004 04:14:17 -0000 Message-ID: <20040719041417.95056.qmail@minotaur.apache.org> From: brondsem@apache.org To: svn@forrest.apache.org Subject: svn commit: rev 23050 - in forrest/trunk: . src/documentation/content/xdocs/docs src/forrestbot src/forrestbot/core X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Author: brondsem Date: Sun Jul 18 21:14:15 2004 New Revision: 23050 Modified: forrest/trunk/src/documentation/content/xdocs/docs/forrestbot.xml forrest/trunk/src/forrestbot/core/deploy.xml forrest/trunk/src/forrestbot/forrest.xml forrest/trunk/status.xml Log: add forrestbot deploy.svn implmentation; fixes FOR-219 Modified: forrest/trunk/src/documentation/content/xdocs/docs/forrestbot.xml ============================================================================== --- forrest/trunk/src/documentation/content/xdocs/docs/forrestbot.xml (original) +++ forrest/trunk/src/documentation/content/xdocs/docs/forrestbot.xml Sun Jul 18 21:14:15 2004 @@ -115,6 +115,8 @@
  • deploy.scp
  • deploy.cvs
  • + +
  • deploy.svn
  • @@ -300,7 +302,7 @@ getsrc.svn.url - full repository URL for project (this directory must contain + Full repository URL for project (this directory must contain forrest.properties) @@ -424,7 +426,7 @@ -
    +
    deploy.cvs

    This is only available on *nix operating systems.

    @@ -492,6 +494,63 @@ deploy.cvs.commit-message + + Message to use when committing. You probably want to put a + machine name or person's name here. + + Automatic publish from forrestbot + + No + + +
    + +
    + deploy.svn + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Modified: forrest/trunk/src/forrestbot/core/deploy.xml ============================================================================== --- forrest/trunk/src/forrestbot/core/deploy.xml (original) +++ forrest/trunk/src/forrestbot/core/deploy.xml Sun Jul 18 21:14:15 2004 @@ -80,4 +80,57 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Modified: forrest/trunk/src/forrestbot/forrest.xml ============================================================================== --- forrest/trunk/src/forrestbot/forrest.xml (original) +++ forrest/trunk/src/forrestbot/forrest.xml Sun Jul 18 21:14:15 2004 @@ -20,10 +20,10 @@ - - - + that sets deploy.svn.user and deploy.svn.password propeties --> + + + Modified: forrest/trunk/status.xml ============================================================================== --- forrest/trunk/status.xml (original) +++ forrest/trunk/status.xml Sun Jul 18 21:14:15 2004 @@ -50,6 +50,9 @@ Added new document to facilitate upgrading to v0.6 + + Added forrestbot deploy.svn implmentation. + Support running Forrest on Win9x.
    PropertyDescriptionDefault ValueRequired?
    deploy.svn.userSVN username to use when committing changesYes
    deploy.svn.passwordSVN passwordYes
    deploy.svn.urlFull repository URLYes
    deploy.svn.commit-message Message to use when committing. You probably want to put a machine name or person's name here.