Mercurial simultaneous access
- by mizipzor
We have a mercurial repository (the stable branch) on a mapped network drive (windows).
I want to know what happens if more than one user attempts to push at the same time. Or if someone pulls while another is halfway through a push.
Is the mercurial client notified by the OS that the file is in use by another process and bails? Is there a risk that I could corrupt the repository with this setup?