Changes between Version 4 and Version 5 of DevelopmentProcedure


Ignore:
Timestamp:
09/27/11 18:43:43 (13 years ago)
Author:
ehansen
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • DevelopmentProcedure

    v4 v5  
    77hg pull ssh://<username>@clover.pas.rochester.edu//data/repositories/scrambler_devel
    88}}}
    9 Then compile your problem, and run it.  If it still works, then you will move on to testing the code.
     9Then compile your problem, and run it.  If it still works, then you will want to commit these changes to your local repository.  If you added new files that you want to be included you will need to do {{{hg add}}} before {{{hg ci}}}.  Now, it is time to test the code with the test suite.
    1010
    1111== Test the Code ==
     12This part needs to be run in {{{bluehive}}}.
     13
     14== Summary ==
     151.) Clone/Pull newest AstroBEAR changeset
     162.) Compile, Run, and Check problem
     173.) Add and Commit Changes
     184.) Clone/Pull local changeset to bluehive
     195.) Run buildtests.s
     206.) Push changeset into development repository
     21