"Stanton, Curt (NCI/IMS)" writes: > > I have recently switched from RCS to CVS and now a few of my java files have > the -kb option set. They are java files, so they are text not binary. Is > there a way that I can issue a command through the client to get rid of any > -k options?
cvs admin -kkv > Another question, one of my files that was set with the > -kb has in the Repo ,v file a line 'locks; strict;' , while in other files > it is just 'locks;' What does this mean? In RCS, strict locking means that you have to have a file locked in order to checkin a new version of the file. CVS normally sets strict locking on its RCS files, but it really doesn't matter. -Larry Jones I think we need to change the rules. -- Calvin _______________________________________________ Info-cvs mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/info-cvs
