Changes between Version 7 and Version 8 of MercurialTutorial
- Timestamp:
- 06/28/11 11:35:14 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MercurialTutorial
v7 v8 18 18 To obtain the stable build of AstroBEAR, run the following command on a Linux/Mac OS system with Mercurial installed: 19 19 {{{ 20 hg clone ssh://clover.pas.rochester.edu// var/repositories/scrambler_devel NewScramblerDirectory20 hg clone ssh://clover.pas.rochester.edu//data/repositories/scrambler_devel NewScramblerDirectory 21 21 }}} 22 22 … … 53 53 Now if the repository you cloned or last pulled from gets updated with a new feature or bug fix etc... you can pull the new changes from the repository by going to your local repository directory and running 54 54 {{{ 55 hg pull ssh://clover.pas.rochester.edu// var/repositories/scrambler55 hg pull ssh://clover.pas.rochester.edu//data/repositories/scrambler 56 56 }}} 57 57 or if joe made changes that you want to update your repository with but hasn't checked them into the main scrambler repository on clover you can pull directly from joe's repository