Jayashree writes: > > I've created a CVS repository. > I would like to know if it is really necessary to > "mkdir cvslocks" dir for every repository that I create. > Also,What would happen if I don't specify LockDir in > $CVSROOT/config file?
If you don't specify LockDir= in the config file, locks for a repository directory go into the repository directory itself. If all the users who are allowed to read or write a directory have write permission on that directory, then that works just fine. If not, you have to set LockDir. Note that you only have to set LockDir for each *repository*, not each top-level directory; most people just have one repository. -Larry Jones It's no fun to play games with a poor sport. -- Calvin _______________________________________________ Info-cvs mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/info-cvs
