[issue2002] Clone over http fails with no error-msg

augomat bugs at mercurial.selenic.com
Fri Jan 29 04:55:22 UTC 2010


New submission from augomat <augomat at gmail.com>:

Works with version <= 1.2.

versions 1.3 and 1.4:

Client
C:\[...]\remote_repo_test>hg clone http://[some IP]:80/testrepo
destination directory: testrepo
abort: error:

Server
----------------------------------------
Exception happened during processing of request from ('193.190.253.147', 
4495)
Traceback (most recent call last):
  File "SocketServer.pyc", line 464, in process_request_thread
  File "SocketServer.pyc", line 254, in finish_request
  File "mercurial\hgweb\server.pyc", line 44, in __init__
  File "SocketServer.pyc", line 522, in __init__
  File "BaseHTTPServer.pyc", line 316, in handle
  File "BaseHTTPServer.pyc", line 310, in handle_one_request
  File "mercurial\hgweb\server.pyc", line 76, in do_GET
  File "mercurial\hgweb\server.pyc", line 67, in do_POST
  File "mercurial\hgweb\server.pyc", line 60, in do_write
  File "mercurial\hgweb\server.pyc", line 124, in do_hgweb
  File "mercurial\hgweb\hgweb_mod.pyc", line 79, in __call__
  File "mercurial\hgweb\hgweb_mod.pyc", line 111, in run_wsgi
ErrorResponse
----------------------------------------

could be that i'm missing something here, however, there should be a nice 
error-msg provided!

----------
messages: 11525
nosy: augomat
priority: bug
status: unread
title: Clone over http fails with no error-msg

____________________________________________________
Mercurial issue tracker <bugs at mercurial.selenic.com>
<http://mercurial.selenic.com/bts/issue2002>
____________________________________________________


More information about the Mercurial-devel mailing list