Which version control systems 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:44 UTC
Read the original article
Hit count: 185
version-control
I'd 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 system 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 I'm working on.
© Stack Overflow or respective owner