bug-cvs
[Top][All Lists]
Advanced

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

Make the version number as 10 by default


From: Sundeep
Subject: Make the version number as 10 by default
Date: Mon, 16 Jul 2007 13:31:28 -0000
User-agent: G2/1.0

Here is my requirement...

I created 2 files for project A on main with versions 10.1 (through -r
tag of commit).

Then I checked out the project and added another new file to it.
I tagged the branch with name 'x'.
To tag I gave
cvs ci 'new_file.java' -r x

but this creates the version of the new file as 1.1... But as per our
company standards, all files must be starting from 10.x...

If i give -r 10 then that file is getting added to main branch and to
sub-branch, x. Which means anyone else creating another branch from
main will have that file, which I do not need. The file is specific to
this branch (and its sub branches).

Checking in the file with -r <br_name> does create the file on main
but in dead state... and in Attic directory. This is good but only
problem is the version number, which must be starting with 10.

Is there any way where we can configure the value  (other than in -r
option of cvs ).

Thanks
Sundeep



reply via email to

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