fclone over HTTP

Trygve Laugstøl trygvis at inamo.no
Mon Jul 28 07:57:14 CDT 2008


Hi

I was wondering if anyone know what needs to be done to get fclone to 
work over HTTP. I've enabled the forest extension globally in 
/etc/mercurial/hgrc.d/forest.rc:

[extensions]
hgext.forest = /local/systems/mercurial/hgforest/forest.py

And I can use fclone locally on the server. Normal clones also work (I 
can even one of the repositories in the forest directly [1] but not the 
entire forest. I'm getting this error message:

hg fclone --debug "http://../hg/foo-forest"
using http://../hg/foo-forest/
sending capabilities command
capabilities: unbundle=HG10GZ,HG10BZ,HG10UN lookup changegroupsubset
abort: Remote forests cannot be cloned because the other repository 
doesn't support the forest extension.

[1]: hg clone http://../hg/foo-forest/project-1

--
Trygve


More information about the Mercurial mailing list