SVN – Release Method

Vendredi 6 février 2009
  • 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 :

Tags:
Posted in System | No Comments »

Leave a Reply