Changes between Version 1 and Version 2 of DevelopmentProcedure
- Timestamp:
- 09/27/11 18:34:11 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DevelopmentProcedure
v1 v2 1 1 = Development Procedure = 2 This page outlines the basic steps one should take when adding a new development to the AstroBEAR code. 3 2 4 == Test Your Changes == 5 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: 6 {{{ 7 hg pull ssh://<username>@clover.pas.rochester.edu//data/repositories/scrambler_devel 8 }}} 3 9 == Test the Code ==