3

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 which is hosted by kiln, 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

flag
Can you try cloning again with hg clone --debug and paste the output? – Benjamin Pollack Sep 17 2010 at 18:58

1 Answer

2

From a comment on your earlier question:

I have installed mercurial on server(Bluehost). But when I tried to clone the repository, it is giving file not found error(404).
hg clone outofboundsdigital.kilnhg.com/Repo/...
abort: HTTP Error 404: Not Found outofbou@outofboundscommunications.com [~]

Please make sure you specify the full URL, including the "https" part. So it should be:

hg clone https://outofboundsdigital.kilnhg.com/Repo/...
link|flag

Your Answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.