which version control system will allow only one user to work on a file at a time?
Posted
by chadley
on Stack Overflow
See other posts from Stack Overflow
or by chadley
Published on 2010-03-11T19:36:13Z
Indexed on
2010/03/11
19:39 UTC
Read the original article
Hit count: 166
version-control
id like it so when i check out a file no one else can edit it until i check it back in. is there a version control that allows me to do this? i currently use subversion and i know it has the 'lock' feature but i want it to do that automatically without me having to request it on each file im working on.
© Stack Overflow or respective owner