Updating a Baselibs Component: Difference between revisions

Line 49: Line 49:


   $ cd /discover/swdev/mathomp4/Baselibs/NewBaselibs
   $ cd /discover/swdev/mathomp4/Baselibs/NewBaselibs
  $ bcvs co -kk Baselibs/src
      <snip checkout>
  $ bcvs -q checkout -kk Baselibs/src/nco
Note, I'm not too sure why you do the package checkout right after the full Baselibs checkout (which would checkout the HEAD), but Denis always did this. It can't hurt, though. Note also that we checkout ignoring keywords (<tt>-kk</tt>) which always makes merging easier.


Then, checkout/update to new release:
Then, checkout/update to new release:


   $ bcvs -nq update -kk -jrel-4_0_3-20100627 -jrelease-4_2_3 Baselibs/src/nco
   $ bcvs -nq checkout -kk -jrel-4_0_3-20100627 -jrelease-4_2_3 Baselibs/src/nco


and remove -nq and run again once satisfied. ''Note: Denis used this style of command, but CVS prefers checkout. Unsure which is better.''
and remove -nq and run again once satisfied.  


Move into the new package directory:
Move into the new package directory: