test-subrepo-svn.t fails

Christian Ebert blacktrash at gmx.net
Wed Jun 22 02:56:39 CDT 2011


Hi,

$ ./run-tests.py test-subrepo-svn.t

--- /Users/chris/src/hg/tests/test-subrepo-svn.t
+++ /Users/chris/src/hg/tests/test-subrepo-svn.t.err
@@ -493,26 +493,104 @@
 Modify one of the externals to point to a different path so we can
 test having obstructions when switching branches on checkout:
   $ hg checkout tip
-  0 files updated, 0 files merged, 0 files removed, 0 files unresolved
+  abort: svn: Failed to add directory '$TESTTMP/rebaserepo/s/dir': object of the same name already exists
+  [255]
   $ echo "obstruct =        [svn]       $SVNREPO/externals" >> .hgsub
   $ svn co -r5 --quiet "$SVNREPO"/externals obstruct
   $ hg commit -m 'Start making obstructed wc'
   committing subrepository obstruct
+  committing subrepository s
+  ** unknown exception encountered, please report by visiting

[ snip hg traceback ]

Is it just that my svn too old?

$ svn -q --version
1.4.4


btw:

$ ./run-tests.py --local test-duplicateoptions.py

--- /Users/chris/src/hg/tests/test-duplicateoptions.py.out
+++ /Users/chris/src/hg/tests/test-duplicateoptions.py.err
@@ -0,0 +1 @@
+*** failed to import extension inotify: No module named inotify

ERROR: /Users/chris/src/hg/tests/test-duplicateoptions.py output changed
!
Failed test-duplicateoptions.py: output changed
# Ran 1 tests, 0 skipped, 1 failed.

succeeds without --local:

$ ./run-tests.py test-duplicateoptions.py
.
# Ran 1 tests, 0 skipped, 0 failed.


c
-- 
  Was heißt hier Dogma, ich bin Underdogma!
[ What the hell do you mean dogma, I am underdogma. ]
free movies       --->>> http://www.blacktrash.org/underdogma
http://itunes.apple.com/podcast/underdogma-movies/id363423596


More information about the Mercurial-devel mailing list