Return-Path: X-Original-To: apmail-subversion-commits-archive@minotaur.apache.org Delivered-To: apmail-subversion-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 29B157222 for ; Thu, 28 Jul 2011 18:09:34 +0000 (UTC) Received: (qmail 3027 invoked by uid 500); 28 Jul 2011 18:09:34 -0000 Delivered-To: apmail-subversion-commits-archive@subversion.apache.org Received: (qmail 2986 invoked by uid 500); 28 Jul 2011 18:09:33 -0000 Mailing-List: contact commits-help@subversion.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@subversion.apache.org Delivered-To: mailing list commits@subversion.apache.org Received: (qmail 2974 invoked by uid 99); 28 Jul 2011 18:09:33 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 28 Jul 2011 18:09:33 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.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; Thu, 28 Jul 2011 18:09:30 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id E31EE238885D for ; Thu, 28 Jul 2011 18:09:09 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1151948 - /subversion/trunk/subversion/tests/cmdline/svntest/main.py Date: Thu, 28 Jul 2011 18:09:09 -0000 To: commits@subversion.apache.org From: danielsh@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20110728180909.E31EE238885D@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: danielsh Date: Thu Jul 28 18:09:08 2011 New Revision: 1151948 URL: http://svn.apache.org/viewvc?rev=1151948&view=rev Log: Follow-up to r1151672 and r1151680 (which were reverted in r1151916): Until a better fix is devised, install a one-time fix that solves the immediate problem --- '--pre-1.8-compatible' being erroneously used by default (on the revprop-packing branch). * subversion/tests/cmdline/svntest/main.py (_create_parser): Bump the minor version number to '8'. Modified: subversion/trunk/subversion/tests/cmdline/svntest/main.py Modified: subversion/trunk/subversion/tests/cmdline/svntest/main.py URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/tests/cmdline/svntest/main.py?rev=1151948&r1=1151947&r2=1151948&view=diff ============================================================================== --- subversion/trunk/subversion/tests/cmdline/svntest/main.py (original) +++ subversion/trunk/subversion/tests/cmdline/svntest/main.py Thu Jul 28 18:09:08 2011 @@ -1516,7 +1516,7 @@ def _create_parser(): # most of the defaults are None, but some are other values, set them here parser.set_defaults( - server_minor_version=7, + server_minor_version=8, url=file_scheme_prefix + pathname2url(os.path.abspath(os.getcwd())), http_library=_default_http_library)