Updating a Baselibs Component: Difference between revisions
Line 7: | Line 7: | ||
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: | 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 / | $ cd /discover/swdev/mathomp4/Baselibs/NewBaselibs | ||
$ bcvs co -kk Baselibs | $ bcvs co -kk Baselibs | ||
$ cd Baselibs/src | $ cd Baselibs/src |