> Can it be that the problem lies in the automatic creation of a new > branch after new source files have been imported into the repository ? Yes the vendor branch. As soon as you modify the files you will get 2 digit revision numbers.
> How can I suppress this behaviour ? > What people are try to tell you is that you *cannot* suppress this. It is part of how CVS works. If you don't like what import does don't use it; add each file individually and your revisions will start at 1.1. IMO you should learn not to care about revision numbers and start thinking in terms of tags. Mike _______________________________________________ Info-cvs mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/info-cvs
