Hg workflow for new (SCM) users?

Taavi Burns taavi.burns at gmail.com
Tue Feb 3 20:59:19 CST 2009


On Tue, Feb 3, 2009 at 7:41 PM, Arne Babenhauserheide <arne_bab at web.de> wrote:
> ## Workflow:
>
> Firstoff: Create a main repository you both can push changes to. If you have
> ssh access to a shared machine, that's as simple as creating a repository on
> that machine via "hg init project".
>
> Now both of you clone from that repository via
> hg clone ssh://USER@ADDRESS:path/to/project project

That's ssh://USER@ADDRESS/path/to/project (no colon)  :)
And keep in mind:
ssh://host/relative/path or ssh://host//absolute/path

> (ADDRESS can be either a host or an IP).

-- 
taa
/*eof*/


More information about the Mercurial mailing list