[issue1936] can't serve shared clones

Wagner Bruna bugs at mercurial.selenic.com
Fri Dec 4 21:13:09 UTC 2009


New submission from Wagner Bruna <wagner.bruna+mercurial at gmail.com>:

(just submitting this for reference; I'm already working on a patch)

$ hg init a
$ hg share -U a b
$ cd b
$ hg serve -p 5555

In another term:
$ hg clone http://localhost:555 c
abort: HTTP Error 500: Internal Server Error

And back at the first:

127.0.0.1 - - [03/Dec/2009 19:08:21] "GET
/?pairs=0000000000000000000000000000000000000000-0000000000000000000000000000000000000000&cmd=between
HTTP/1.1" 500 -
127.0.0.1 - - [03/Dec/2009 19:08:21] Exception happened during processing
request
'/?pairs=0000000000000000000000000000000000000000-0000000000000000000000000000000000000000&cmd=between':
Traceback (most recent call last):
  File "mercurial/hgweb/server.py", line 67, in do_POST
  File "mercurial/hgweb/server.py", line 60, in do_write
  File "mercurial/hgweb/server.py", line 124, in do_hgweb
  File "mercurial/hgweb/hgweb_mod.py", line 79, in __call__
  File "mercurial/hgweb/hgweb_mod.py", line 83, in run_wsgi
  File "mercurial/hgweb/hgweb_mod.py", line 58, in refresh
  File "mercurial/hgweb/common.py", line 45, in get_mtime
OSError: [Errno 2] No such file or directory: '/tmp/b/.hg/store'

----------
messages: 11166
nosy: wbruna
priority: bug
status: in-progress
title: can't serve shared clones

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


More information about the Mercurial-devel mailing list