Changes between Version 7 and Version 8 of MercurialTutorial


Ignore:
Timestamp:
06/28/11 11:35:14 (14 years ago)
Author:
Brandon Shroyer
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • MercurialTutorial

    v7 v8  
    1818To obtain the stable build of AstroBEAR, run the following command on a Linux/Mac OS system with Mercurial installed:
    1919{{{
    20 hg clone ssh://clover.pas.rochester.edu//var/repositories/scrambler_devel NewScramblerDirectory
     20hg clone ssh://clover.pas.rochester.edu//data/repositories/scrambler_devel NewScramblerDirectory
    2121}}}
    2222
     
    5353Now 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 
    5454{{{
    55 hg pull ssh://clover.pas.rochester.edu//var/repositories/scrambler
     55hg pull ssh://clover.pas.rochester.edu//data/repositories/scrambler
    5656}}}
    5757or 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