Return-Path: Delivered-To: apmail-activemq-commits-archive@www.apache.org Received: (qmail 2957 invoked from network); 26 Feb 2007 16:53:59 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 26 Feb 2007 16:53:59 -0000 Received: (qmail 77557 invoked by uid 500); 26 Feb 2007 16:54:07 -0000 Delivered-To: apmail-activemq-commits-archive@activemq.apache.org Received: (qmail 77541 invoked by uid 500); 26 Feb 2007 16:54:07 -0000 Mailing-List: contact commits-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@activemq.apache.org Delivered-To: mailing list commits@activemq.apache.org Received: (qmail 77532 invoked by uid 99); 26 Feb 2007 16:54:07 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 26 Feb 2007 08:54:07 -0800 X-ASF-Spam-Status: No, hits=-99.5 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 26 Feb 2007 08:53:57 -0800 Received: by eris.apache.org (Postfix, from userid 65534) id 038851A981C; Mon, 26 Feb 2007 08:53:37 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r511890 - /activemq/scripts/activemq-backport.sh Date: Mon, 26 Feb 2007 16:53:36 -0000 To: commits@activemq.apache.org From: jstrachan@apache.org X-Mailer: svnmailer-1.1.0 Message-Id: <20070226165337.038851A981C@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: jstrachan Date: Mon Feb 26 08:53:35 2007 New Revision: 511890 URL: http://svn.apache.org/viewvc?view=rev&rev=511890 Log: Updated after graduation Modified: activemq/scripts/activemq-backport.sh Modified: activemq/scripts/activemq-backport.sh URL: http://svn.apache.org/viewvc/activemq/scripts/activemq-backport.sh?view=diff&rev=511890&r1=511889&r2=511890 ============================================================================== --- activemq/scripts/activemq-backport.sh (original) +++ activemq/scripts/activemq-backport.sh Mon Feb 26 08:53:35 2007 @@ -1,5 +1,5 @@ #!/bin/bash -REPO=https://svn.apache.org/repos/asf/incubator/activemq/trunk/ +REPO=https://svn.apache.org/repos/asf/activemq/trunk/ if [ -z "$1" ]; then echo usage: $0 revision echo This command will backport a SVN patch from the repo $REPO