tests/test-convert-svn-source.t
branchstable
changeset 16466 c53a49c345e1
parent 14152 00121103546a
child 16525 b12b65d2cbe4
--- a/tests/test-convert-svn-source.t	Wed Apr 18 14:04:58 2012 +0200
+++ b/tests/test-convert-svn-source.t	Wed Apr 18 14:04:58 2012 +0200
@@ -187,3 +187,24 @@
   extra:       branch=default
   extra:       convert_revision=svn:........-....-....-....-............/proj B/mytrunk@1 (re)
   $ cd ..
+
+Test converting empty heads (issue3347)
+
+  $ svnadmin create svn-empty
+  $ svnadmin load -q svn-empty < "$TESTDIR/svn/empty.svndump"
+  $ hg --config convert.svn.trunk= convert svn-empty
+  assuming destination svn-empty-hg
+  initializing destination svn-empty-hg repository
+  scanning source...
+  sorting...
+  converting...
+  1 init projA
+  0 adddir
+  $ hg --config convert.svn.trunk= convert file://$svnpath/svn-empty/trunk
+  assuming destination trunk-hg
+  initializing destination trunk-hg repository
+  scanning source...
+  sorting...
+  converting...
+  1 init projA
+  0 adddir