CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 5 of 5

Thread: Source Control

  1. #1
    Join Date
    Dec 2008
    Posts
    87

    Source Control

    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

  2. #2
    Join Date
    Oct 2006
    Location
    Sweden
    Posts
    3,654

    Re: Source Control

    What most use I don't know but I use and like subversion combined with http://tortoisesvn.tigris.org/
    Last edited by S_M_A; January 4th, 2011 at 05: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

    To enhance your chance's of getting an answer be sure to read
    http://www.codeguru.com/forum/announ...nouncementid=6
    and http://www.codeguru.com/forum/showthread.php?t=366302 before posting

    Refresh your memory on formatting tags here
    http://www.codeguru.com/forum/misc.php?do=bbcode

    Get your free MS compiler here
    https://visualstudio.microsoft.com/vs

  3. #3
    Join Date
    Dec 2008
    Posts
    87

    Re: Source Control

    Is there any way of making these run within Visual Studio or must they be used outside of that?

  4. #4
    Join Date
    Mar 2004
    Location
    33°11'18.10"N 96°45'20.28"W
    Posts
    1,808

    Re: Source Control

    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

  5. #5
    Join Date
    Dec 2008
    Posts
    87

    Re: Source Control

    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

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured