Return-Path: Delivered-To: apmail-incubator-isis-commits-archive@minotaur.apache.org Received: (qmail 78976 invoked from network); 8 Nov 2010 18:11:16 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 8 Nov 2010 18:11:16 -0000 Received: (qmail 36187 invoked by uid 500); 8 Nov 2010 18:11:48 -0000 Delivered-To: apmail-incubator-isis-commits-archive@incubator.apache.org Received: (qmail 36173 invoked by uid 500); 8 Nov 2010 18:11:48 -0000 Mailing-List: contact isis-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: isis-dev@incubator.apache.org Delivered-To: mailing list isis-commits@incubator.apache.org Received: (qmail 36166 invoked by uid 99); 8 Nov 2010 18:11:47 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 08 Nov 2010 18:11:47 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED 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; Mon, 08 Nov 2010 18:11:47 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 8FD2C23888E7; Mon, 8 Nov 2010 18:10:33 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1032655 - /incubator/isis/trunk/svnup.cmd Date: Mon, 08 Nov 2010 18:10:33 -0000 To: isis-commits@incubator.apache.org From: kevin@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20101108181033.8FD2C23888E7@eris.apache.org> Author: kevin Date: Mon Nov 8 18:10:33 2010 New Revision: 1032655 URL: http://svn.apache.org/viewvc?rev=1032655&view=rev Log: Windows equivalent of svnup.sh Run svn update on current directory until successful. Assumes svn is on the path. Added: incubator/isis/trunk/svnup.cmd Added: incubator/isis/trunk/svnup.cmd URL: http://svn.apache.org/viewvc/incubator/isis/trunk/svnup.cmd?rev=1032655&view=auto ============================================================================== --- incubator/isis/trunk/svnup.cmd (added) +++ incubator/isis/trunk/svnup.cmd Mon Nov 8 18:10:33 2010 @@ -0,0 +1,3 @@ +:again +call svn up . +if errorlevel 1 goto again