Version Control Colaboration with multiple developers

swu

Active member
Joined
Mar 26, 2005
Messages
33
Programming Experience
1-3
Are there any freeware or opensource solutions to assist with version control of vb.net code. We will be working over the internet, but could set up a VPN.

Recommended best practices and recommnedations are welcomed.

thanks in advance
 
You can use the AnkhSVN Plugin to use subversion with Visual Studio, although I haven't tried it for a very long time, so I can't comment on how good it is.
 
Visual Studio Integration/Addin

Like wizzardmr42 mentioned AnkhSVN is free; but, a little clunky. I am using VisualSVN (it's $50 per seat). VisualSVN uses TortoiseSVN to send the commits so the commit interface is the same if you are in the IDE or using TortoiseSVN context menu.

I also found this, another free solution to integrate with VS.NET:
Subversion : TortoiseSVN Integration into Visual Studio
 
Back
Top