Y
Hacker News
new
|
ask
|
show
|
jobs
by
fanf2
371 days ago
CVS was called the “concurrent version system” because it did
not
lock files on checkout. Nor did svn. Perforce does.
2 comments
ack_complete
370 days ago
Perforce does not lock files on checkout unless you have the file specifically configured to enforce exclusive locking in the file's metadata or depot typemap.
link
rswail
371 days ago
True dat, my mistake. That was its major feature, from memory though it still used the same reversed diff file format?
link