Changes between Version 1 and Version 2 of DevelopmentProcedure


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

Legend:

Unmodified
Added
Removed
Modified
  • DevelopmentProcedure

    v1 v2  
    11= Development Procedure =
     2This page outlines the basic steps one should take when adding a new development to the AstroBEAR code.
     3
    24== Test Your Changes ==
     5First, 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:
     6{{{
     7hg pull ssh://<username>@clover.pas.rochester.edu//data/repositories/scrambler_devel
     8}}}
    39== Test the Code ==