From dev-return-12178-apmail-forrest-dev-archive=forrest.apache.org@forrest.apache.org Sun Sep 12 00:52:24 2004 Return-Path: Delivered-To: apmail-forrest-dev-archive@www.apache.org Received: (qmail 89245 invoked from network); 12 Sep 2004 00:52:24 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 12 Sep 2004 00:52:24 -0000 Received: (qmail 3130 invoked by uid 500); 12 Sep 2004 00:52:22 -0000 Delivered-To: apmail-forrest-dev-archive@forrest.apache.org Received: (qmail 3091 invoked by uid 500); 12 Sep 2004 00:52:22 -0000 Mailing-List: contact dev-help@forrest.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: dev@forrest.apache.org Delivered-To: mailing list dev@forrest.apache.org Received: (qmail 3077 invoked by uid 99); 12 Sep 2004 00:52:22 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (hermes.apache.org: local policy) Received: from [65.77.211.93] (HELO indexgeo.net) (65.77.211.93) by apache.org (qpsmtpd/0.28) with ESMTP; Sat, 11 Sep 2004 17:52:20 -0700 Received: from dialup-24.147.220.203.acc01-aubu-gou.comindico.com.au (dialup-24.147.220.203.acc01-aubu-gou.comindico.com.au [203.220.147.24]) (authenticated bits=0) by www2.kc.aoindustries.com (8.12.9-20030917/8.12.9) with ESMTP id i8C0qDEv020704 for ; Sat, 11 Sep 2004 19:52:17 -0500 Subject: Re: Website update From: David Crossley To: dev@forrest.apache.org In-Reply-To: References: Content-Type: text/plain Organization: Message-Id: <1094950331.1897.1430.camel@ighp> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.2 (1.2.2-5) Date: 12 Sep 2004 10:52:12 +1000 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Scherler, Thorsten wrote: > Hello devs, > > I fixed 2 bugs in pelt trunk: > 1) search box does not parse serachsite parameter > 2) chapter_open images are now working > > How can I update our website? It is very simple. Checkout the SVN repositories: https://...../forrest/trunk forrest https://...../forrest/site forrest-site cd forrest forrest cd .. diff -rq forrest/build/site forrest-site ... Ensure that the differences are what you expect. cp -Rf forrest/build/site/* forrest-site ... Now do the usual SVN stuff: 'svn update' 'svn add' 'svn diff' 'svn commit' There is a cron job on minotaur which will do 'svn update' every 12 hours (see ~crossley/bin/mycrontab). If you want to do it manually then ... ssh www.apache.org cd ~crossley/bin ./forrest-update.sh -- David Crossley