Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. kamikrazy

    How often should a programmer check in program code?

    The way we make sure the programmers check in code (even if it's not working) is to maintain to separate VSS databases: one for production code and the other for development. The VSS databases are maintained on an application server, physically separate from our file server. If your team is...
  2. kamikrazy

    Problem in adding new controls in a VB Project which is in VSS

    Are you checking in the associated .FRX too? If so, make sure they check out both the .FRM and .FRX. Also, does each programmer keep their own .VBPs? If so, you might want to send an email to each of the programmers informing them of the addition of the control. Hope this helps.
  3. kamikrazy

    How to transfer Sourcesafe database to different server

    When I did a migration, I made sure everyone had either checked in their code, or undid their checkouts (use status search to ensure) and had everyone logout of VSS (use the VSS admin to determine this). Next, turn off the VSS folder share so no one can access VSS. Copy that whole folder and...
  4. kamikrazy

    Email alert, if files checked in/out

    You have two options, code your solution, or buy a 3rd party application. Microsoft has information on how to do this at: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnvss/html/vssauto.asp The only application I've seen that will do this is SourceVizor...
  5. kamikrazy

    How do I over-ride a check out?

    Log on to VSS as the "Admin" user, browse to the project or file, and perform the undo checkout.

Part and Inventory Search

Back
Top