version control - Mercurial: How to set it up on my own server? -


I have a server and I want to use Mercurial to coordinate the project. Can I just do a repo, keep it on the server, and clone everyone, then push / drag it? What is a way to protect a password?

Yes. The wiki is good on different mechanisms. Hgweb and hgwebdir (which I have used) are probably the easiest push to shut down by default, but can be. They are simple Python scripts that can use Apache for authentication.


Comments

Popular posts from this blog

windows - Heroku throws SQLITE3 Read only exception -

lex - Building a lexical Analyzer in Java -

python - rename keys in a dictionary -