info-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Help on newly added files on branch


From: Sumanth M
Subject: Help on newly added files on branch
Date: Mon, 16 Jul 2007 18:55:10 +0530

Hello,

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??

--
sumanth

reply via email to

[Prev in Thread] Current Thread [Next in Thread]