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 _______________________________________________ Bug-cvs mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/bug-cvs
