Correct SSH2 command syntax, and add 'hg clone' over SSH2 command.

Mon, 22 Sep 2008 12:15:12 +0200

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Mon, 22 Sep 2008 12:15:12 +0200
changeset 3
54ca2262f246
parent 2
ec779420c8aa
child 4
62398aca41ec

Correct SSH2 command syntax, and add 'hg clone' over SSH2 command.

befehle.txt file | annotate | diff | comparison | revisions
     1.1 --- a/befehle.txt	Tue Sep 16 22:06:28 2008 +0200
     1.2 +++ b/befehle.txt	Mon Sep 22 12:15:12 2008 +0200
     1.3 @@ -8,4 +8,5 @@
     1.4    $ chown -R wwwdata /home/hg/projet
     1.5  
     1.6  Ou avec SSH2:
     1.7 -  $ hg push ssh://vous@domaine.tld//home/hg/projet_b
     1.8 +  $ hg clone ssh://vous@ssh.domaine.tld//home/hg/public/projecto
     1.9 +  $ hg push ssh://vous@ssh.domaine.tld//home/hg/public/projeto

mercurial