test-subrepo-svn.t fails

Idan Kamara idankk86 at gmail.com
Wed Jun 22 03:13:02 CDT 2011


On Wed, Jun 22, 2011 at 10:56 AM, Christian Ebert <blacktrash at gmx.net> wrote:
> 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.

Did you compile inotify?
If I delete hgext/inotify/linux/_inotify.so I get the same error.

>
> succeeds without --local:

Probably because it compiles it.

>
> $ ./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
> _______________________________________________
> Mercurial-devel mailing list
> Mercurial-devel at selenic.com
> http://selenic.com/mailman/listinfo/mercurial-devel
>


More information about the Mercurial-devel mailing list