> From: [email protected] > > do you know any software that does what i need?
RCS does have such locking. But most modern version control systems do not have such locking. Even CVS (created in 1990, i.e., 23 years ago) does not lock. Indeed its name is "Concurrent Versions System" -- its major selling point is that it does *not* have locking. Modern version control systems incorporate techniques to allow people to work effectively without needing locking. I suggest you revisit your perceived need for locking to check whether you really need it. Dale -- You received this message because you are subscribed to the Google Groups "Git for human beings" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
