FYI: test-convert-svn* fails with subversion 1.6.0

Mads Kiilerich mads at kiilerich.com
Fri Mar 27 09:56:39 CDT 2009


subversion 1.6.0 has recently been released.

The new version seems to work fine with "hg convert", but the test suite 
fails.

All the errors seems be of these two kinds:

ERROR: test-convert-svn-sink output changed
--- Expected output
+++ Test output
@@ -12,11 +14,11 @@
  1 add a file
  0 modify a file
  At revision 2.
-                2        2 test         .
-                2        2 test         a
-                2        1 test         d1
-                2        1 test         d1/d2
-                2        1 test         d1/d2/b
+                 2        2 test         .
+                 2        2 test         a
+                 2        1 test         d1
+                 2        1 test         d1/d2
+                 2        1 test         d1/d2/b
<?xml version="1.0"?>
<log>
<logentry
@@ -25,6 +27,7 @@
<date/>
<paths>
<path
+   kind="file"
     action="M">/a</path>
</paths>
<msg>modify a file</msg>


And the version they just released hits deprecation-warnings with python 
2.6 which also causes the tests to fail 
(https://bugzilla.redhat.com/show_bug.cgi?id=487732):

/usr/lib/python2.6/site-packages/svn/core.py:47: DeprecationWarning: 
BaseException.message has been deprecated as of Python 2.6
   self.message = message

/Mads


More information about the Mercurial-devel mailing list