Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Free distributed source control with visual studio integration?

I'm looking to move to distributed source control since I use multiple computers and often work offline. What if any distributed source control systems integrate with visual studio and how good is the integration?

like image 640
Jared Avatar asked Jan 25 '09 21:01

Jared


3 Answers

Have you considered using Git? You can host open source projects on github for free.

For integration please refer to Using Git with Visual Studio which indicates it is possible.

like image 102
davetapley Avatar answered Sep 28 '22 18:09

davetapley


I'm not sure about integration with VS but I have used the excellent Tortoise Windows Explorer plugins. We use Tortoise-CVS and SVN all the time and they are fast and reliable.

They do a Tortoise-Hg plugin for Mercurial as well.

like image 45
Fortyrunner Avatar answered Sep 28 '22 18:09

Fortyrunner


It may sound funny, but I rarely use my VS integration even though I have one.

Tortoises and command line work great, and Bzr and Hg have workable tortoises.

like image 28
orip Avatar answered Sep 28 '22 18:09

orip