Changes between Version 5 and Version 6 of DevelopmentProcedure
- Timestamp:
- 09/27/11 18:45:47 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DevelopmentProcedure
v5 v6 9 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 == Test the Code ==11 == Run the Test Suite == 12 12 This part needs to be run in {{{bluehive}}}. 13 13 14 14 == Summary == 15 15 1.) Clone/Pull newest AstroBEAR changeset 16 16 17 2.) Compile, Run, and Check problem 18 17 19 3.) Add and Commit Changes 18 20 4.) Clone/Pull local changeset to bluehive