> Hi, > I am facing a problem in CVS with locking and unlockoing. > the problem is, i locked a file called abc.java. > and somebody else is able to unlock the file. > how can i prevent the other person from unlocking the file. > i am using the Concurrent Versions System (CVS) 1.11 (client/server). > In general, using CVS, you don't use locks and you don't worry about other people locking and unlocking files. If you like, you can have "cvs watch on" the files and ask people to use "cvs edit" to edit files and "cvs editors" to see whoever else might be editing them. Normally, you'd work on abc.java, and if somebody else was you'd have CVS merge the changes for you.
David H. Thornley | If you want my opinion, ask. [EMAIL PROTECTED] | If you don't, flee. http://www.thornley.net/~thornley/david/ | O- _______________________________________________ Info-cvs mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/info-cvs
