Bonjour,
Je veux savoir est ce qu'il y a un moyen de marquer une dependance d'un depot par rapport a un autre.
Meric
C'est possible cherche "git submodule", je vais rajouter un chapitre sur le sujet dans ma formation je pense :)
En fait ici ce que j'ai essaie de faire c'est de cloner une repository mercurial avec la commande Git :S
Alors pour les gits pour le sous module c'est :
git submodule add @repos
Pour les mercurials :
hg add -y .hgsub
hg clone @repo path
Voila tout. Merci
Svp, j'ai essaier avec la console de sourceTree mais voila ce que j'ai
$ git submodule add ssh://hg@bitbucket.org/JDFagan/java-jarsearcher test
Cloning into 'test'...
Warning: Permanently added the RSA host key for IP address '131.103.20.168' to the list of known hosts.
Permission denied (publickey).
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
Clone of 'ssh://hg@bitbucket.org/JDFagan/java-jarsearcher' into submodule path 'test' failed