HI there,<br><br>I am trying to configure hg forest extension for my project. This is what I am getting when do:<br><br>==================<br>$ hg fclone http://&lt;HOST_NAME/src/FOO/<br>abort: Remote forests cannot be cloned because the other repository doesn&#39;t support the forest extension.<br>

==================<br><br>This is what I did.<br><br>cd /src/<br>mkdir FOO FOO/CHILD<br>cd FOO<br>hg init<br>cd CHILD<br>hg init<br><br>In my /etc/mercurial/hgrc file I have enabled:<br>[extensions]<br>hgext.fetch=<br>hgext.forest=<br>

<br><br>On the other hand when I do hg fclong through NFS or through
ssh then it is working fine. Any suggestions would be greatly
appreciated...<br><br>Thanks,<br><font color="#888888">Vijayan.</font>