I have a hosting package where I have a private Tomcat and I run Hudson. I wanted to start using Mercurial and BitBucket (which is fantastic btw), my problem is that Hudson or the Mercurial plugin doesn't bundle Mercurial in the same way it does Subversion and you have to point your plugin to your Mercurial install. My hosting doesn't have Mercurial installed so I tried (with limited linux skills) to install it myself.

I soon found out that I need run the install as root which I obviously don't have. Even if I run it without root it still tries to write to directories which have only root access.

Am I being missing something or does it sound like I won't be able to install it without root permissions?

Thanks, Shawn

link|improve this question

This might be a difficult problem to crack via Stack Overflow (hopefully it isn't). Have you considered asking your hosting service to install Mercurial for you? – ponzao Jun 4 '10 at 14:50
I actually tried this and reverted to subversion (not that I am saying you should) but the reason I mentioned is that my hosting company shut down my site as they said that Hudson was considered malicious software as it has a listening tcp port. I also had a private Tomcat install – Shawn Vader Aug 3 '11 at 13:29
feedback

1 Answer

up vote 5 down vote accepted

Perhaps this guide to installing mercurial on a web host will help.

link|improve this answer
This looks great thanks – Shawn Vader Jun 7 '10 at 7:03
feedback

Your Answer

 
or
required, but never shown

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