changeset 141:cf102ae37ad9

Added a note about using shared servers instead of bitbucket.org
author Arne Babenhauserheide <bab@draketo.de>
date Mon, 11 May 2009 16:22:19 +0200
parents 67b0602c837b
children 359a05e0b013
files text/learning_mercurial_in_workflows.txt
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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.