Mala T writes: > > I have 2 questions about version numbers. First, is > there any limit on the number of versions we can have > for a file in cvs?
Only the maximum value of an integer on your system and the amount of disk space you have available to hole the repository. > will it ever be 2.1 and so on without our explicitly > making it so using the -r on check-in? No. > For Processor.java, looks like there was already a > branch when I made the initial import (1.1.1.1.4)? No, the branch was created after the import. Since you hadn't made any local changes to the file before the branch was created, the branch was rooted at the imported version on the vendor branch rather than being rooted on the trunk. That's perfectly normal and nothing to worry about. -Larry Jones That gives me a FABULOUS idea. -- Calvin _______________________________________________ Info-cvs mailing list [EMAIL PROTECTED] http://lists.gnu.org/mailman/listinfo/info-cvs
