Updating a Baselibs Component: Difference between revisions
m Add section about extra packages |
|||
(One intermediate revision by the same user not shown) | |||
Line 44: | Line 44: | ||
205 conflicts created by this import. | 205 conflicts created by this import. | ||
Use the following command to help the merge: | Use the following command to help the merge: | ||
cvs -d :ext:mathomp4@progressdirect:/cvsroot/baselibs checkout -j<prev_rel_tag> -jrelease-4_3_2 Baselibs/src/netcdf | |||
Note that this command provides helpful information on how to merge this package. You'll want to make a note of the previous release tag. The best way to find this out is via tkcvs, in my opinion. | Note that this command provides helpful information on how to merge this package. You'll want to make a note of the previous release tag. The best way to find this out is via tkcvs, in my opinion. | ||
Line 209: | Line 209: | ||
Then, for safety's sake, '''untag''' the new library and retag the against the new vendor release tag: | Then, for safety's sake, '''untag''' the new library and retag the against the new vendor release tag: | ||
$ cd | $ cd netcdf/ | ||
$ bcvs tag -d Internal-4_0_6 | $ bcvs tag -d Internal-4_0_6 | ||
$ bcvs tag -r release-4_3_2 Internal-4_0_6 | $ bcvs tag -r release-4_3_2 Internal-4_0_6 |