SVN – Release Method

  • Nouvelle Release (création de tag version_x_y) à partir du tronc
  • svn cp svn+ssh://user@machine/projet/trunk

    svn+ssh://user@machine/projet/tags/version_x_y

  • Nouvelle Release (création de tag version_x_y) à partir d’une branche
  • svn cp svn+ssh://user@machine/projet/branches/version_0_7-bugfixes-branch

    svn+ssh://user@machine/projet/tags/version_0_7_6

  • Nouvelle Branche (après sortie de la release)
  • svn copy svn+ssh://user@machine/projet/trunk

    svn+ssh://user@machine/projet/branches/version_x_y-bugfixes-branch

  • Création d’archives
  • svn export svn+ssh://user@machine/projet/trunk projet

    projet/install/exportprojet 0.9 svn export

    svn+ssh://user@machine/projet/branches/version_0_8-bugfixes-branch projet

    projet/install/exportprojet 0.8

Sources : lien

Autres articles susceptibles de vous intéresser :

Laisser un commentaire

Votre adresse de messagerie ne sera pas publiée. Les champs obligatoires sont indiqués avec *

*

Vous pouvez utiliser ces balises et attributs HTML : <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

Recent Tweets

Catégories