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

Thread: Source control

  1. #1
    Join Date
    Apr 1999
    Posts
    4

    Source control



    We have multiple programmers working on different modules of the same VB

    project. Apparently in Visual SourceSafe only one programmer can be working on

    the project at a time. Is there a better source control solution out there?



  2. #2
    Join Date
    May 1999
    Location
    Oxford UK
    Posts
    1,459

    Re: Source control



    I don't think I understand your problem.


    SourceSafe does allows multiple programmers to work on the same project - obviously only one programmer can have the project file (vbp) checked out at a time (and can therefore add / remove files from it).


    We have maybe 10 programmers at a time working on the same VB / C++ project at work with no problems.


    You need to be careful about the way you use sourcesafe, either :


    1. Make sure it's used wholly from the IDE


    or


    2. Make sure that VB isn't running (especially if you are editing the project in question) when you check files in/out of sourcesafe if running it from the desktop.


    You might want to play around with the configuration of SourceSafe to make sure that only the files you have checked out are writable (some people prefer to work this way - it certainly ensures that you don't get lost changes).


    Regards


    Chris Eastwood


    CodeGuru - the website for developers

    http://www.codeguru.com




  3. #3
    Join Date
    Apr 1999
    Posts
    7

    Re: Source control



    I have troubles with Source Control too!

    We are about 100 programmers within 3 or 4 projects here and need much more than VSS is able to do.

    Does someone know any other source control programs (such as CMS on OpenVMS) that are (easily!) able to handle variants and multiple code-trees?

    Appreciate any hints!


    brgds

    Wolfgang "Rick" Kutschera

    Scientific Games Austria

    Systemprogramming

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