Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Integrate SVN with Visual Studio 2003

I am trying to find a free tool which is not VisualSVN(I know VisualSVN integrates with Visual Studio 2003/2005/2008/2010....) that will integrate Sub Version/TortoiseSVN with Visual Studio 2003. There is also another tool that integrates Visual Studio 2005/2008/2010 with SVN, given in the hyperlink here -> http://garrys-brain.blogspot.ca/2007/07/tortoisesvn-and-visual-studio.html but does not integrate with Visual Studio 2003.

like image 849
Ruruboy Avatar asked Oct 05 '22 02:10

Ruruboy


2 Answers

Agent SVN is a MS-SCCI Subversion plug-in so it should work with VS 2003.

like image 148
jussij Avatar answered Oct 07 '22 16:10

jussij


What we did was set up the various TortoiseSVN shell commands as External Tools in VS 2003. Worked very well.

like image 26
Ann L. Avatar answered Oct 07 '22 17:10

Ann L.