Mercurial mirror: abort: No such file or directory: http://[...]/00manifest.i
- by Sridhar Ratnakumar
I am trying to setup a daily mirror of a mercurial repository - code.python.org in particular - within our local network, and serve that via Apache HTTPD.
On the remote host that hosts apache, I did this:
$ cd /var/www
$ hg clone http://code.python.org/hg/trunk/
On my macbook, I ran:
$ hg -v clone http://remote/trunk/
(falling back to static-http)
abort: No such file or directory: http://remote/trunk/.hg/store/00manifest.i
Google does not show any relevant result for this particular error. I remember back in those days being able to setup Bazaar mirrors by a simple clone. Doesn't Mercurial work like that? How do I setup a mirror that must further act like a clone URL?