Changes between Version 4 and Version 5 of DevelopmentProcedure
- Timestamp:
- 09/27/11 18:43:43 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DevelopmentProcedure
v4 v5 7 7 hg pull ssh://<username>@clover.pas.rochester.edu//data/repositories/scrambler_devel 8 8 }}} 9 Then compile your problem, and run it. If it still works, then you will move on to testing the code.9 Then 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. 10 10 11 11 == Test the Code == 12 This part needs to be run in {{{bluehive}}}. 13 14 == Summary == 15 1.) Clone/Pull newest AstroBEAR changeset 16 2.) Compile, Run, and Check problem 17 3.) Add and Commit Changes 18 4.) Clone/Pull local changeset to bluehive 19 5.) Run buildtests.s 20 6.) Push changeset into development repository 21