15/06/2008 Integrer TortoiseSVN à Visual Studio

J'ai tout récemment mise à jour mon environnement de développment, en intégrant TortoiseSVN à Visual Studio !

Ceci est possible grâce au menu "external tools" dans "Tools" et l'utilisation de TortoiseSVN en ligne de commande.

  • Update tous les fichiers de la solution: /command:update /path:"$(SolutionDir)" /notempfile /closeonend
  • Commit tous les fichiers de la solution: /command:commit /path:"$(SolutionDir)" /notempfile /closeonend
  • Diff sur le fichier actif: /command:diff /path:"$(ItemPath)" /notempfile /closeonend
  • Log des commits sur le fichier actif: /command:log /path:"$(ItemPath)" /notempfile /closeonend
SVN intégré à Visual Studio
Réflexion sur les GPUs round 2 >
< Küken: hardware driven design
Copyright © Christophe Riccio 2002-2016 all rights reserved
Designed for Chrome 9, Firefox 4, Opera 11 and Safari 5