Eric Siegerman writes: > > Because CVS provides no way to specify that new files should get > a major revision number other than 1, people have to remember to > do it manually. *Every* time. If they forget -- and they will, > being human -- your revision-numbering scheme goes out the > window.
It's not that bad -- when committing a newly added file, CVS looks through all the files in the same directory to find the maximum major revision number and uses that for the new file. It's still not a good idea to try to use the file revision numbers for your own purposes, though. -Larry Jones I think grown-ups just ACT like they know what they're doing. -- Calvin _______________________________________________ Info-cvs mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/info-cvs
