Changes between Version 25 and Version 26 of DevelopmentProcedure
- Timestamp:
- 02/22/12 22:24:07 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DevelopmentProcedure
v25 v26 6 6 First, you'll want the newest revision of AstroBEAR. You could either make a new repository via {{{hg clone}}}, or pull the newest changeset into your current repository: 7 7 {{{ 8 hg clone ssh://<username>@clover.pas.rochester.edu//data/repositories/scrambler _develastrobear8 hg clone ssh://<username>@clover.pas.rochester.edu//data/repositories/scrambler astrobear 9 9 }}} 10 10 OR 11 11 {{{ 12 hg pull ssh://<username>@clover.pas.rochester.edu//data/repositories/scrambler _devel12 hg pull ssh://<username>@clover.pas.rochester.edu//data/repositories/scrambler 13 13 }}} 14 14 Then make any desired or necessary changes, and compile your problem. Now run it, and check the output. 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}}}: