« Git/Travailler avec Git local et un dépôt Subversion distant » : différence entre les versions

Contenu supprimé Contenu ajouté
Ligne 9 :
 
 
=== GettingPremiers Startedpas ===
 
To begin using git with a subversion-hosted project, you must create a local repository for your files, as well as configure
git-svn. Typically you'll use commands much like the following:
 
Pour commencer à utiliser Git avec des projets sur des serveurs Subversion, il faut créer un dépôt local, et configurer <code>git-svn</code> :
 
<source lang="bash">
mkdir projectprojet1
cd projectprojet1
git-svn init <url todu repositorydépôt root> -T/pathchemin/todu/trunktronc
git-svn fetch -r <first rev>:HEAD
</source>