Reputation: 2094
I have a team for 4 developers starting a new project.
We have win7 & win 2008 network.
What I want to do is each developer to have his local repo on his disk.
When he is done with his job, push his commits to the server repo, so that other developers gets the changes locally.
When there is release done, I would push the final commits and complete release ready from my server to client server which already setup with mercurial.
How to setup such environment with mercurial?
Do I need to share the folder on my server to the four developers?
Upvotes: 1
Views: 145
Reputation: 2094
http://blog.m1key.me/2010/11/mercurial-server-on-windows-with-apache.html
After some Google search. I got the right place where the answer was.
Have tried this and it works!
Thanks to Michał Huniewicz.
Upvotes: 1