views:

60

answers:

2

Hi all,

Yesterday I installed mercurial on bluehost by following the instructions found here.http://bugtracker.gttools.com/public/wiki/bluehost/Mercurial

When I tried to clone one repository from kiln using : "hg clone kiln repository url/devel", to "/home/yoursuername/public_html/hg/repos/projectA" on bluehost, it is giving http error 404: Not Found.

Please help me in cloning the repositories from kiln to bluehost.

Thanks, Raj

A: 

Chances are you need to specify something other than kiln for the repository host, since Bluehost probably isn't able to resolve kiln via DNS.

Amber
@Amber: Thanks for your reply. Do you know how to clone from kiln to bluehost?
Raj
To whomever downvoted this, may I ask why?
Amber
A: 

Please make sure you've specified the full URL, including the protocol:

hg clone https://example.kilnhg.com/Repo/...

Also double check that you have the full url.

tghw