Mon, 22 Sep 2008 12:15:12 +0200
Correct SSH2 command syntax, and add 'hg clone' over SSH2 command.
1 Pour cloner un dépôt privé:
2 $ hg clone https://user@hg.domain.tld/depotprive
4 Pour mettre à jour ce même dépôt:
5 $ hg push https://user@hg.domain.tld/depotprive
6 abort: 'http://hg.domaine.tld/projet' does not appear to be an hg repository!
7 $ chmod 777 -R /home/hg/projet
8 $ chown -R wwwdata /home/hg/projet
10 Ou avec SSH2:
11 $ hg clone ssh://vous@ssh.domaine.tld//home/hg/public/projecto
12 $ hg push ssh://vous@ssh.domaine.tld//home/hg/public/projeto