Changes between Version 25 and Version 26 of DevelopmentProcedure


Ignore:
Timestamp:
02/22/12 22:24:07 (13 years ago)
Author:
Baowei Liu
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • DevelopmentProcedure

    v25 v26  
    66First, 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:
    77{{{
    8 hg clone ssh://<username>@clover.pas.rochester.edu//data/repositories/scrambler_devel astrobear
     8hg clone ssh://<username>@clover.pas.rochester.edu//data/repositories/scrambler astrobear
    99}}}
    1010OR
    1111{{{
    12 hg pull ssh://<username>@clover.pas.rochester.edu//data/repositories/scrambler_devel
     12hg pull ssh://<username>@clover.pas.rochester.edu//data/repositories/scrambler
    1313}}}
    1414Then 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}}}: