CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4
  1. #1
    Join Date
    Sep 2004
    Posts
    1,361

    Source Control suggestions needed

    They company I work for is migrating the main source control server I use and I have been asked "What is the source control solution we should be using on the new server?" Currently we have been using Visual Source Safe (yes I know, boo hiss ). I did tell them that it might cost some $$$ and they were OK with that.

    So here is a list of what I want at a minimum.
    1. Integration with VS 2008 (and maybe at some point 2010).
    2. Does everything that Source Safe does, at a minimum.

    Bonus items Id really like but are not necessary:
    1. Can convert of Source Safe database into it's new format.
    2. Has XCode ( Mac ) integration.
    3. Has Eclipse integration.

    Thanks for any ideas.

  2. #2
    Arjay's Avatar
    Arjay is offline Moderator / EX MS MVP Power Poster
    Join Date
    Aug 2004
    Posts
    13,490

    Re: Source Control suggestions needed

    Without question TFS.

  3. #3
    Join Date
    Sep 2009
    Location
    .NET 2003 FWK 1.1
    Posts
    24

    Re: Source Control suggestions needed

    Not sure if it meets your requirements but I've been using Subversion (hosted with www.devguard.com) for the past 6 months with TortoiseSVN and have found it pretty useful. The only slight pain is understanding what all the different menu items do.

  4. #4
    Join Date
    Sep 2004
    Posts
    1,361

    Re: Source Control suggestions needed

    Team foundation server looks good. Now to see if they will actually fork out the cash. Thanks for the suggestion.

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