How to set up a mercurial server with ssh access on CentOS 5. *?
|
2 answers
Nothing needs to be customized. You just need to make this ssh access. Plus, you need to deal with unix-users, so that they have enough rights to change files.
You may also need to configure trusted users. To do this, read the hgrc manual in the trusted section - this will work if you do not enable the ACL module.
- Need to put mercurial or mercurial-server? - codekick
- I do not know what a mercurial-server is :( There is one mercurial. This is some kind of cent os specifics. I think that if you don’t install a mercurial-server, you can still use it over SSH, because mercurial is a decentralized VCS. - cy6erGn0m
|