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

    Source Control systems

    We currently use Visual SourceSafe but we're looking to port to UNIX and want a source control system that will work on both on both platforms. Any recomendations?


  2. #2
    Join Date
    Aug 1999
    Location
    Los Angeles, CA
    Posts
    7

    Re: Source Control systems

    We use ClearCase at work (several hundred developers) in an NT environment. Its roots are in the Unix environment. I think it is most well-suited for large installations because it is very complex - probably overkill for a small shop.


  3. #3
    Join Date
    Jun 1999
    Location
    Miami, FL
    Posts
    972

    Re: Source Control systems

    A company called MainSoft has ported Visual SourceSafe to several Unix platforms. Check it out at: http://www.mainsoft.com/products/visual/over.html

    Regards,
    Alvaro


  4. #4
    Join Date
    Jan 2000
    Location
    Las Vegas, NV, USA
    Posts
    470

    Re: Source Control systems

    CVS is a very versatile and efficient system for managing source code. Win32 GUI and command line front ends are available. Most servers run the UNIX version of the CVS server, but an NT version is also available. There are various utilities to integrate it with the Visual C++ IDE.

    Check out http://www.wincvs.org/

    -n


  5. #5
    Join Date
    Aug 2002
    Location
    Iran
    Posts
    17
    Hi

    Do you now how to integrate wincvs with Microsoft visual studio .net. (any utulity for this!!?)

    thanks, bye

  6. #6
    Join Date
    May 2000
    Location
    KY, USA
    Posts
    18,652
    [Moved thread]

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