Return-Path: Delivered-To: apmail-forrest-svn-archive@www.apache.org Received: (qmail 9515 invoked from network); 1 Apr 2010 02:38:50 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 1 Apr 2010 02:38:50 -0000 Received: (qmail 88646 invoked by uid 500); 1 Apr 2010 02:38:49 -0000 Delivered-To: apmail-forrest-svn-archive@forrest.apache.org Received: (qmail 88577 invoked by uid 500); 1 Apr 2010 02:38:49 -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" List-Id: Delivered-To: mailing list svn@forrest.apache.org Received: (qmail 88570 invoked by uid 99); 1 Apr 2010 02:38:49 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 01 Apr 2010 02:38:49 +0000 X-ASF-Spam-Status: No, hits=-1194.0 required=10.0 tests=ALL_TRUSTED,AWL X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 01 Apr 2010 02:38:48 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 6D41C23888E4; Thu, 1 Apr 2010 02:38:28 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r929785 - /forrest/zone/config/update_check.sh Date: Thu, 01 Apr 2010 02:38:28 -0000 To: svn@forrest.apache.org From: crossley@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20100401023828.6D41C23888E4@eris.apache.org> Author: crossley Date: Thu Apr 1 02:38:28 2010 New Revision: 929785 URL: http://svn.apache.org/viewvc?rev=929785&view=rev Log: Do the 'svn status' against FORREST_HOME rather than the script home. Modified: forrest/zone/config/update_check.sh Modified: forrest/zone/config/update_check.sh URL: http://svn.apache.org/viewvc/forrest/zone/config/update_check.sh?rev=929785&r1=929784&r2=929785&view=diff ============================================================================== --- forrest/zone/config/update_check.sh (original) +++ forrest/zone/config/update_check.sh Thu Apr 1 02:38:28 2010 @@ -1,6 +1,6 @@ #!/bin/sh -/opt/subversion-current/bin/svn st -u | grep '\*' +/opt/subversion-current/bin/svn st -u /export/opt/forrest-trunk | grep '\*' if [ $? = 0 ]; then /export/home/config/update-forrest-trunk.sh