befehle.txt

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
permissions
-rw-r--r--

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

michael@1 1 Pour cloner un dépôt privé:
michael@1 2 $ hg clone https://user@hg.domain.tld/depotprive
michael@1 3
michael@1 4 Pour mettre à jour ce même dépôt:
michael@1 5 $ hg push https://user@hg.domain.tld/depotprive
michael@2 6 abort: 'http://hg.domaine.tld/projet' does not appear to be an hg repository!
michael@2 7 $ chmod 777 -R /home/hg/projet
michael@2 8 $ chown -R wwwdata /home/hg/projet
michael@2 9
michael@2 10 Ou avec SSH2:
michael@3 11 $ hg clone ssh://vous@ssh.domaine.tld//home/hg/public/projecto
michael@3 12 $ hg push ssh://vous@ssh.domaine.tld//home/hg/public/projeto

mercurial