Results 1 to 6 of 6

Thread: visual source safe

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Jun 2002
    Posts
    586

    visual source safe

    Hey guys,

    To put it bluntly, I'm full of hooey when it comes to VSS. My boss always tells me to save stuff in Source Safe, which I do; but I have no idea what I'm doing or why.

    What the heck is source safe? what does it do? How am I better off using it? Please don't send me any links, unless its exrtremely straightforward and for guys without a hint of what VSS is for.

    Does it backup the code if I lose my drive. somebody please make this VSS thing plain and clear to me once and for all, without making me read an Encyclopedia.

    Jim

  2. #2
    Banished Cander's Avatar
    Join Date
    Dec 2000
    Location
    Why do you care?
    Posts
    6,913
    It is a 'SAFE' for our code and all its versions. If you make a horrible mistake and cant figure out what is wrong, you can compare your current code to a previous version and even go back to a previous version if need be.

    also it makes it easier for mutliple developer projects by keeping developer A from making changes to Class A while developer B is working on it.
    Stack Overflow
    See the features of Visual Studio 2010 and C# 4.0: The 10-4 show on Channel9

  3. #3

    Thread Starter
    Fanatic Member
    Join Date
    Jun 2002
    Posts
    586
    Originally posted by Cander
    It is a 'SAFE' for our code and all its versions. If you make a horrible mistake and cant figure out what is wrong, you can compare your current code to a previous version and even go back to a previous version if need be.

    also it makes it easier for mutliple developer projects by keeping developer A from making changes to Class A while developer B is working on it.
    So everytime we save something to Source Safe, it creates a type of version number for that source code that distinguishes it from the source code (for the specific program) last saved to it?

  4. #4
    Banished Cander's Avatar
    Join Date
    Dec 2000
    Location
    Why do you care?
    Posts
    6,913
    Originally posted by JimMuglia
    So everytime we save something to Source Safe, it creates a type of version number for that source code that distinguishes it from the source code (for the specific program) last saved to it?
    Exactly. Except the proper term is 'Check it in'. When you are in the VB IDE with a Source Safe project open, you will see a lock icon in the Project Explorer and all its files. Just right click a class file, form file, etc and choose Check Out. When you are done with it, Right click again and choose Check In. If you want to discard any changes you made, or didnt make any changes to a checked out file, right click and choose Undo Check Out which will keep Source safe from creating a new 'version' in its database.
    Stack Overflow
    See the features of Visual Studio 2010 and C# 4.0: The 10-4 show on Channel9

  5. #5
    PowerPoster techgnome's Avatar
    Join Date
    May 2002
    Posts
    34,687
    We use it to also help compile different versions for different clients. Cliant A may use version 100, but Client B may be only on version 74. So, when I need to get the build for Client B, I know which points get. (Assuming every thing has been properly labled.. pffffft!)
    * I don't respond to private (PM) requests for help. It's not conducive to the general learning of others.*
    * I also don't respond to friend requests. Save a few bits and don't bother. I'll just end up rejecting anyways.*
    * How to get EFFECTIVE help: The Hitchhiker's Guide to Getting Help at VBF - Removing eels from your hovercraft *
    * How to Use Parameters * Create Disconnected ADO Recordset Clones * Set your VB6 ActiveX Compatibility * Get rid of those pesky VB Line Numbers * I swear I saved my data, where'd it run off to??? *

  6. #6

    Thread Starter
    Fanatic Member
    Join Date
    Jun 2002
    Posts
    586
    Originally posted by Cander
    Exactly. Except the proper term is 'Check it in'. When you are in the VB IDE with a Source Safe project open, you will see a lock icon in the Project Explorer and all its files. Just right click a class file, form file, etc and choose Check Out. When you are done with it, Right click again and choose Check In. If you want to discard any changes you made, or didnt make any changes to a checked out file, right click and choose Undo Check Out which will keep Source safe from creating a new 'version' in its database.
    Thanks for all the clarification, folks. I apprecaite it.

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