I need to branch the newly added file with out having version on main. I know that I can do it by cvs ci -r branch_name filename so that it will create versions 1.1.2.1 , 1.1.2.2 etc.
But I have a requirement in which created versions should be of 10.1.2.1, 10.1.2.2 etc Also we know that cvs finds the highest numbered revision of any file in the directory, takes the first digit, and assigns a revision of <digit>.1 to new files, but why this one is also not happening in the above case. Suppose I have 10.1 revision in my directory and when i am doing "cvs ci -r branch_name filename", still its creating the revisions starting with digit 1 ,instead of 10 Can any one help me on this?? Thanks sumanth
