LockServer

Lock Server

Lock Server is a replacement for file-based locking. This is a crude list of facts about Lock Server extracted from the archives of the CVSNT discussion list:

Tips

>> How can I send a message to all CVS-Users who are
>> actually logged into CVSNT, e.g. when CVS needs
>> to stop for a backup?

 One quick hack that might work if you want to make sure nobody's
 using it (and you're using lockserver)
 
 telnet localhost 2402
 
 then
 
 Client admin|/my/cvsroot
 Lock Write Recursive Full Directory|/my/cvsroot
 
 Then kill the telnet session after you've finished..

The LockServer Protocol

See LockServerProtocol

last edited 2004-10-02 23:55:24 by archer