6 abort: 'http://hg.domaine.tld/projet' does not appear to be an hg repository! |
6 abort: 'http://hg.domaine.tld/projet' does not appear to be an hg repository! |
7 $ chmod 777 -R /home/hg/projet |
7 $ chmod 777 -R /home/hg/projet |
8 $ chown -R wwwdata /home/hg/projet |
8 $ chown -R wwwdata /home/hg/projet |
9 |
9 |
10 Ou avec SSH2: |
10 Ou avec SSH2: |
11 $ hg push ssh://vous@domaine.tld//home/hg/projet_b |
11 $ hg clone ssh://vous@ssh.domaine.tld//home/hg/public/projecto |
|
12 $ hg push ssh://vous@ssh.domaine.tld//home/hg/public/projeto |