Changes between Version 10 and Version 11 of StartModMaint


Ignore:
Timestamp:
Dec 9, 2013, 4:35:34 PM (9 years ago)
Author:
Beman Dawes
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • StartModMaint

    v10 v11  
    4040You only have to do that once; your local repo working copy will sit on the branch until it is explicitly changed by a command you give.
    4141
    42   Of course,
     42  Of course, you don't have to change the directory before every command, and from here on this tutorial will assume the directory has not been changed since the prior example.
    4343
    44 If there is any possibility the head of the branch in the public upstream repo has changed, you also will want to:
     44If there is any possibility the branch head content in the public upstream repo has changed, you also will want to update content:
    4545
    4646{{{
     
    4848}}}
    4949
    50 === Verify Tests Working ===
     50== Typical maintenance tasks  ==
     51
     52=== Testing ===
    5153
    5254Before making any changes to you library, which we will call {{{mylib}}}, be sure the test suite is working in the modular Boost environment:
    5355
    5456{{{
    55 cd test
     57pushd test
    5658b2
     59popd
    5760}}}
    5861
    59 == Typical maintenance tasks  ==
     62=== Checking status  ===
    6063
    6164=== Fix a simple bug ===