CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    May 1999
    Posts
    11

    Versions track keeping...

    Hi
    Anybody has a tool to keep track of versions when developping a software, to be able to freeze the code and save it in a database or something... it should be accessible for different users (programmers) so that they can work simultaneously...
    Any ideas?
    Greetings
    Daniel


  2. #2
    Join Date
    May 1999
    Posts
    667

    Re: Versions track keeping...

    Source Control software:

    Microsoft's SourceSafe
    Intersolv's PVCS
    etc..

    HTH,
    Chris


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