!!!Cloning a project via SSH When you want to contribute revisions back to the repository, use ssh to clone it. Browse the repositories at [[http://hg.opensourceresearchinstitute.org | hg.opensourceresearchinstitute.org]]. Once you choose a repository, click on it, then copy the URL from the browser. Construct the command-line to perform the clone in this form: hg clone --verbose -- ssh://opensour@opensourceresearchinstitute.org:7822/hg/ Note the ":7822", which causes ssh to use port 7822, instead of the default port. Contact Sean separately to get the ssh password. The is derived from the URL that was copied. For example, if the URL copied is: http://hg.opensourceresearchinstitute.org/cgi-bin/hgwebdir.cgi/PR/PR_Projects/PR__ML__MC_shared__Projects/VReo/VReo__Prod_Cons__ML_MC_shared__Proj/ then is /PR/PR_Projects/PR__ML__MC_shared__Projects/VReo/VReo__Prod_Cons__ML_MC_shared__Proj/ for a final command of: hg clone --verbose -- ssh://opensour@opensourceresearchinstitute.org:7822/hg/PR/PR_Projects/PR__ML__MC_shared__Projects/VReo/VReo__Prod_Cons__ML_MC_shared__Proj/