Re[2]: "Concurrent" VS...

2001-02-02 Thread James Lyon
JD> Maybe... maybe not. JD> File locking is not the only solution to this problem. JD> http://www.cvshome.org/docs/manual/cvs_10.html#SEC95 Thanks for the manual reference ... I've only dipped-into docs so far and had found nothing obvious before I got really heavily committed to the installation

Re[2]: "Concurrent" VS...

2001-02-02 Thread James Lyon
NLY> I think the problem any VC system is supposed to solve is to NLY> prevent multiple people from editing the same file at the same NLY> time. CVS does this. Instead, people edit different copies of the NLY> same file at the same time. The first person to checkin succeeds. NLY> CVS will prevent