Lynch, Harold writes: > > Now I ran a couple of tests and found that a cvs rtag -d <> command > takes between 5 and 10 minutes on this repository.
What version(s) of CVS? If you're not running at least 1.11.3, you might want to try upgrading -- the locking scheme for tag was changed in 1.11.3 to only lock one directory at a time rather than locking and unlocking the entire tree, so it should be significantly faster. You also might want to try setting LockDir in CVSROOT/config to point to a directory on an in-memory filesystem or RAM disk if you have one. -Larry Jones I don't think that question was very hypothetical at all. -- Calvin _______________________________________________ Info-cvs mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/info-cvs
