Mercurial Workflow for small team
Posted
by
Tarski
on Stack Overflow
See other posts from Stack Overflow
or by Tarski
Published on 2010-07-02T13:42:13Z
Indexed on
2012/06/28
21:16 UTC
Read the original article
Hit count: 191
I'm working in a team of 3 developers and we have recently switched from CVS to Mercurial. We are using Mercurial by having local repositories on each of our workstations and pulling/pushing to a development server. I'm not sure this is the best workflow, as it is easy to forget to Push after a Commit, and 3 way merge conflicts can cause a real headache. Is there a better workflow we could use, as I think the complexity of distributed VC is outweighing the benefits at the moment.
Thanks
© Stack Overflow or respective owner