Is freehg.org code available?

Ondrej Certik ondrej at certik.cz
Thu Jul 3 09:25:05 CDT 2008


Hi,

I like freehg.org, unfortunately, it is often very slow or
unavailable, so I wanted to give it a try and install it on my server.
So I setup this wiki:

http://www.selenic.com/mercurial/wiki/index.cgi/HowToSetupFreeHg

which describes a step by step howto. Read the wiki for all the
details, but basically I started from:

http://freehg.org/u/mmarshall/freehg/

Then I fixed it to work with mercurial 1.0, the patch is in the wiki.
(I also wanted to setup a repo at freehg.org, so that you can just
pull from it, but currently the server doesn't allow me to...)

However, there doesn't seem to be python code for the the shortlog,
changelog, tags and manifest views in there, but
if you look at freehg.org, clearly those views are working. Does it
mean that the code running behind freehg.org has some improvements
over the code
that is avialable above? If so, how can I get it?

Another question is, does anyone know how to actually make "hg"
working over this? If I do:

$ hg clone http://localhost:8000/u/b/affa/
destination directory: affa
abort: 'http://localhost:8000/u/b/affa/' does not appear to be an hg repository!

it doesn't work, but the repo is actuall at "/tmp/po/b/affa", so if I do:

$ hg clone /tmp/po/b/affa
destination directory: affa
updating working directory
0 files updated, 0 files merged, 0 files removed, 0 files unresolved

it works just fine. Is it becaue this only works over apache, but not
when running using "./manage runserver"?


Thanks a lot for any response,
Ondrej


More information about the Mercurial mailing list