0

I was having a mercurial repository on beanstalk. Then I installed mercurialeclipse on eclipse and then tried to clone the repository.

Eclipse SDK Version: 4.2.2

MercurialEclipse 2.1.0.201304290948 mercurialeclipse.feature.group MercurialEclipse project

URL - https://xxxx.hg.beanstalkapp.com/yyy

I am getting an error as " error: <html>" But I can go through browser for the given location with given credentials. Am i missing something ?


i tried with tortoseHg also. command was

% hg clone --verbose -- https://xxxx.hg.beanstalkapp.com/yyyy URLError: <html>

[command returned code 255 Thu May 02 09:23:08 2013]

Wade Matveyenko
  • 4,290
  • 1
  • 23
  • 27
  • i tried with tortoseHg also. command was % hg clone --verbose -- https://xxxx.hg.beanstalkapp.com/yyyy URLError: [command returned code 255 Thu May 02 09:23:08 2013] – gayan balasooriya May 02 '13 at 03:54

1 Answers1

0

According to this page http://support.beanstalkapp.com/customer/portal/articles/602080-how-do-i-setup-tortoisehg-to-work-with-beanstalk- it should be accessed over ssh rather than https.

ssh://hg@ACCOUNTNAME.beanstalkapp.com:/REPOSITORYNAME

If in doubt get it working in TortoiseHg and once that's working clone using MercurialEclipse.

johnpeb
  • 406
  • 2
  • 7