Sorry if this is the wrong forum but as I mostly do C# programming I thought I'd post here. I was wondering what most people use for source control with Visual Studio 2010 and perhaps point me in the right direction
Last edited by S_M_A; January 4th, 2011 at 04:21 PM.
Debugging is twice as hard as writing the code in the first place.
Therefore, if you write the code as cleverly as possible, you are, by
definition, not smart enough to debug it.
- Brian W. Kernighan
I love svn as well. I use visual svn to run it inside visual studio. it costs $50 (us) and well worth it, but tortoise is free (which it also uses, but doesn't run in visual studio, but IMO isn't a big problem given svn's model). there is another scc provider plugin (which I don't at all care for) that integrates with svn called ankh svn
Thanks for the info I will give TortoiseSVN a try. I remember using Mercurial a while ago when I did a Java project at college but I haven't yet tried Subversion
Bookmarks