Mercurial simultaneous access
Posted
by mizipzor
on Server Fault
See other posts from Server Fault
or by mizipzor
Published on 2010-04-27T08:26:59Z
Indexed on
2010/04/27
8:33 UTC
Read the original article
Hit count: 330
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?
© Server Fault or respective owner