Hi All,
I am using the following command on trunk/head adn works the way I want... tag a module with 'IB30' that has already been tagged.
cvs rtag -r myproj-buildtagxx IB30 mymodule
I want to do the same but on the branch myproj2.0.
So i want to to tag a module that exist on the branch myproj2.0 with 'IB30' and that has already been tagged with myproj-buildtagxx. What is the command for that?
I don't think i can add -b to the command above as it will CREATE a branch. How am i supposed to specify the branch?
thanks.
I am using the following command on trunk/head adn works the way I want... tag a module with 'IB30' that has already been tagged.
cvs rtag -r myproj-buildtagxx IB30 mymodule
I want to do the same but on the branch myproj2.0.
So i want to to tag a module that exist on the branch myproj2.0 with 'IB30' and that has already been tagged with myproj-buildtagxx. What is the command for that?
I don't think i can add -b to the command above as it will CREATE a branch. How am i supposed to specify the branch?
thanks.