You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by da...@apache.org on 2011/07/28 20:09:09 UTC

svn commit: r1151948 - /subversion/trunk/subversion/tests/cmdline/svntest/main.py

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)