|
Hello! I followed this guide (from the documentation), I managed to successfully setup Mercurial with the I've set up the server app with an I was wondering if maybe somebody else have successfully configured MacHg (or something similar, like Murky) towards a Mercurial repository hosted on WebFactions, and could give me some pointers? I haven't done anything like this before, so any tips, tricks and advice would be greatly appreciated! :) This is the error message I get when trying to set it up through normal HTTP:
Thanks in advance! PS: Many thanks to the person who wrote the Mercurial setup documentation! It was really simple to follow, even for me who has never setup anything like that before. Kudos! |
|
Figured it out! This was me being a total noob (PEBKAC). Basically, I was trying to use the path to where Mercurial runs (the root path of the application) as a repository. But this is of course only where the web applications runs. So, I was trying to add this as a repository:
When I should have been adding the individual repositories, like so:
|
Can you tell us the exact error that MacHg shows?
I added the error message, and whilst doing so, I figured out what the problem was. It was just me being silly and trying to use the wrong path. I guess I was blinded by the obvious :p
Thanks for the help though! :)
However, it appears as if I still have some authentication problems when I try to push my changes back into the repo.