https://bz.mercurial-scm.org/show_bug.cgi?id=5568

            Bug ID: 5568
           Summary: content-type exception when cloning over http from
                    _hgwebdir_wsgi application in IIS
           Product: Mercurial
           Version: 4.2
          Hardware: PC
                OS: Windows
            Status: UNCONFIRMED
          Severity: bug
          Priority: wish
         Component: hgweb
          Assignee: bugzi...@mercurial-scm.org
          Reporter: bastian.wasserm...@multivac.de
                CC: mercurial-devel@mercurial-scm.org

I installed wsgi handler on our iis server after having had cgi handler running
for years. For a iis rookie it is hard to understand, but the wsgi handler is
running and the repositories are served fine. I can browse the repositories
with no limitation.

When i clone a repository with option -r default, everything works fine and i
will get a new repository with a range of changesets. But - When i try to clone
the whole repository without revision (about 40000 changesets) i get the
following exception and i am not able to debug it and get more information.

hg clone http://hg_server:81/repository local_clone -v
requesting all changes
abort: 'http://hg_server:81/repository' does not appear to be an hg repository:
---%<--- (no content-type)

---%<---
!


Maybe i have to increase some config properties, but i dont know them. Is it
possible to enable some logging on the iis side?

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
Mercurial-devel mailing list
Mercurial-devel@mercurial-scm.org
https://www.mercurial-scm.org/mailman/listinfo/mercurial-devel

Reply via email to