I have a problem assigning revision numbers to our project files. After
releasing version 1 of our product we decided to assign a revision
number 2.0 to all files. I did this with "cvs commit -r 2.0" which
worked quite ok (a few files have not been touched an remained 1.x but
I am able to fix this by hand.
The problem is: when I add a new file in a directory where files with
revision 2.x exist, this new file gets revision 1.1 instead of 2.1 as
mentioned in the manual. How can this happen? I understand there should
be a file called "Tag" in the CVS subdirectory in each project
directory but there isn�t.
We use cvs version 1.10.2 but I tried it with 1.10.8 and the problem
was the same. Can somebody help me? I can supply more information about
the files in
CVSROOT if you need it.
Ciao,
Christian