8

How can I integrate svn with the Visual studio 2008 ?

which is the better svn plugin/client for the visual studio ?

Cherian
  • 19,107
  • 12
  • 55
  • 69
Tushar Maru
  • 3,347
  • 10
  • 34
  • 53

4 Answers4

13

Couple of utilities.

There are some comparisons between Visual SVN and Ankh here on SO.

Mindscape's file explorer gets you Tortoise SVN on VS2008, if you are too accustomed to Tortoise

Community
  • 1
  • 1
Cherian
  • 19,107
  • 12
  • 55
  • 69
5

http://ankhsvn.open.collab.net/ is a Visual Studio plugin for svn. I prefer not to plugin directly, but rather to just use svn separately or using TurtoiseSVN ( http://tortoisesvn.tigris.org/ ) that integrates with explorer, but that's just personal taste I guess.

villintehaspam
  • 8,540
  • 6
  • 45
  • 76
  • I also prefer tortoise over ankh. visual studio always acted just a little wonky with the plugin. the explorer integration just worked. – Chris Jan 13 '10 at 15:58
4

The Agent SVN is a MS-SCCI plug-in that works Visual Studio 2008.

jussij
  • 10,370
  • 1
  • 33
  • 49
3

there is visualSVN, ankhSVN or you can (sort of) do it yourself using tools->external tools... (useful if your IT dep are taking ages to approve the others)

jk.
  • 13,817
  • 5
  • 37
  • 50