# HG changeset patch # User Arne Babenhauserheide # Date 1242051739 -7200 # Node ID cf102ae37ad9e4f53b9805f10973583dc4efa4ab # Parent 67b0602c837ba5897cb4e9af65a57bae6c8af05e Added a note about using shared servers instead of bitbucket.org diff -r 67b0602c837b -r cf102ae37ad9 text/learning_mercurial_in_workflows.txt --- a/text/learning_mercurial_in_workflows.txt Mon May 11 16:15:52 2009 +0200 +++ b/text/learning_mercurial_in_workflows.txt Mon May 11 16:22:19 2009 +0200 @@ -335,6 +335,8 @@ Note: To make this workflow more scaleable, each one of you can have his own BitBucket repository and you can simply pull from the others repositories. That way you can easily establish workflows in which certain people act as integrators and finally push checked code to a shared pull repository from which all others pull. +Note: You can also use this workflow with a shared server instead of BitBucket, either via SSH or via a shared directory. An example for an SSH URL with Mercurial is be ssh://hg@bitbucket.org/ArneBab/1w6 (for a shared server you'd replace the "hg" in the given URL with your username). For a shared directory you just push as if the repository in the shared directory were on your local drive. + == Summary == Now let's take a step back and look where we are.