Updating a Baselibs Component: Difference between revisions
Added new category |
|||
Line 5: | Line 5: | ||
=== Set up the new tag === | === Set up the new tag === | ||
In this case, we were adding NCO 4.2.3 to GMAO-Baselibs-3_3_0. So, the "internal" tag we went to was 3_3_1. In a temporary directory (say, | In this case, we were adding NCO 4.2.3 to GMAO-Baselibs-3_3_0. So, the "internal" tag we went to was 3_3_1. In a temporary directory (say, NewBaselibs) you checkout Baselibs and tag relative so you know where you started from. You also make sure the tag you're making doesn't exist: | ||
$ cd /gpfsm/dswdev/mathomp4/Baselibs/ | $ cd /gpfsm/dswdev/mathomp4/Baselibs/NewBaselibs | ||
$ bcvs co Baselibs | $ bcvs co -kk Baselibs | ||
$ cd Baselibs/src | $ cd Baselibs/src | ||
$ bcvs tag -r GMAO-Baselibs-3_3_0 Internal-3_3_1-before-NCO-4_2_3 | $ bcvs tag -r GMAO-Baselibs-3_3_0 Internal-3_3_1-before-NCO-4_2_3 |