Microsoft Visual SourceSafe “(VSS) does not eliminate the need for discipline and coordination. It only makes discipline and coordination easier to live.

Slides:



Advertisements
Similar presentations
TortoiseSVN By Group 1 Team B. Installing TortoiseSVN.
Advertisements

Microsoft Office 2007 Web Feature Sharing Access Data.
Services Course Windows Live SkyDrive Participant Guide.
Microsoft TM SharePoint Content Management SystemTutorial By Mazen Abdallah Student Assistant at CNS 2010.
Intro to Version Control Have you ever …? Had an application crash and lose ALL of your work Made changes to a file for the worse and wished you could.
An Introduction to Using
P5, M1, D1.
Version Control System (Sub)Version Control (SVN).
CPIT 102 CPIT 102 CHAPTER 1 COLLABORATING on DOCUMENTS.
Concepts of Version Control A Technology-Independent View.
1 of 4 This document is for informational purposes only. MICROSOFT MAKES NO WARRANTIES, EXPRESS OR IMPLIED, IN THIS DOCUMENT. © 2007 Microsoft Corporation.
Michael Donovan, River Campus Libraries – 12/03 DocuShare Overview and Training.
1 of 6 This document is for informational purposes only. MICROSOFT MAKES NO WARRANTIES, EXPRESS OR IMPLIED, IN THIS DOCUMENT. © 2007 Microsoft Corporation.
EGR 141 Computer Problem Solving in Engineering and Computer Science Interfacing with a Database in Visual Basic.NET 2005.
Microsoft Visual Source Safe 6.01 Microsoft Visual Source Safe (MVSS) Presented By: Rachel Espinoza.
1 of 5 This document is for informational purposes only. MICROSOFT MAKES NO WARRANTIES, EXPRESS OR IMPLIED, IN THIS DOCUMENT. © 2006 Microsoft Corporation.
Source Control Repositories for Enabling Team Working Svetlin Nakov Telerik Corporation
What is so good about Archie and RevMan 5
Engineering Document Repository & Electronic Signature (E-Sign) Tutorial 1 DCG- Revision C 7/25/2014.
Working with SharePoint Document Libraries. What are document libraries? Document libraries are collections of files that you can share with team members.
Perforce (Version Control Software). Perforce is an enterprise version management system in which users connect to a shared file repository. Perforce.
Business Optix Library Service – Workflow
Renesas Technology America Inc. 1 M16C/Tiny SKP Tutorial 2 Creating A New Project Using HEW4.
Software Configuration Management (SCM)
Version control Using Git Version control, using Git1.
Information Systems and Network Engineering Laboratory II DR. KEN COSH WEEK 1.
Object-Oriented Analysis & Design Subversion. Contents  Configuration management  The repository  Versioning  Tags  Branches  Subversion 2.
XP New Perspectives on Microsoft Office FrontPage 2003 Tutorial 7 1 Microsoft Office FrontPage 2003 Tutorial 7 – Creating and Using Templates in a Web.
Subversion is a free/open-source version control system. It manages files and directories, and the changes made to them, over time. This allows you to.
Version Control with SVN Images from TortoiseSVN documentation
Refactoring and Synchronization with the StarTeam Plug-in for Eclipse  Jim Wogulis  Principal Architect, Borland Software Corporation.
Installing SAS 1. Requirements If you do not have an old copy of SAS installed on your computer, go directly to Slide 6. Make sure you have uninstalled.
Eclipse Project. Installing Visit to download a copy for your home computerhttp:// –Get Release version 3.0 (or.
2136 Gallows Road, Suite F, Dunn Loring, VA Phone: Fax: Business Analyst Training 1 Module 5.2 Rational ClearCase.
WinCVS Training è Basic Concepts è Download & Setup è Importing a new module into CVS Repository è Getting new module from CVS è Getting Latest version.
How to Create and Extract a Zip Folder Mark K. Jowett, Ph.D.
Visual Source Safe –A Quick Tour. CONTENTS What is VSS ? How to install VSS ? How does VSS track versions? VSS Concepts & Features Utilities available.
Working with the interface and interacting with the iPad app.
TEAM FOUNDATION VERSION CONTROL AN OVERVIEW AND WALKTHROUGH By: Michael Mallar.
Document Module Features Streamlines the control, routing and revision process for critical documents and records Controls documents in any format (Excel,
Information Systems and Network Engineering Laboratory I DR. KEN COSH WEEK 1.
Enterprise Portal Training Managing Collaboration Project Document Versions Use arrows to go forward or back 1.
Source Control Repositories for Enabling Team Working Doncho Minkov Telerik Corporation
© CGI Group Inc. User Guide Subversion client TortoiseSVN.
TRELLO. WHAT IS TRELLO!? Trello is a project management tool that makes collaboration easy. This visual list tool can do so much more, whether you're.
Document Upload The Document Upload feature enables districts and schools to upload documents for the state to view. The district can also view documents.
MicrosoftTM SharePoint Content Management SystemTutorial
Information Systems and Network Engineering Laboratory II
NetApp Online Ordering User Tutorial
SVN intro (review).
About SharePoint Server 2007 My Sites
Version control, using Git
Starting PowerPoint.
Services Course 9/9/2018 3:37 PM Services Course Windows Live SkyDrive Participant Guide © 2008 Microsoft Corporation. All rights reserved.
Mercurial & TorToise-HG
Source Code Management
This presentation document has been prepared by Vault Intelligence Limited (“Vault") and is intended for off line demonstration, presentation and educational.
PIE Planning & Resources
User Guide Subversion client TortoiseSVN
PIE Planning & Resources
This presentation document has been prepared by Vault Intelligence Limited (“Vault") and is intended for off line demonstration, presentation and educational.
Microsoft Visual Source Safe How & Why
This presentation document has been prepared by Vault Intelligence Limited (“Vault") and is intended for off line demonstration, presentation and educational.
This presentation document has been prepared by Vault Intelligence Limited (“Vault") and is intended for off line demonstration, presentation and educational.
This presentation document has been prepared by Vault Intelligence Limited (“Vault") and is intended for off line demonstration, presentation and educational.
This presentation document has been prepared by Vault Intelligence Limited (“Vault") and is intended for off line demonstration, presentation and educational.
Introduction to One View Service Center (OVSC)
Executive Reports, Instructions and Documentation
References & Recommendations
This presentation document has been prepared by Vault Intelligence Limited (“Vault") and is intended for off line demonstration, presentation and educational.
Presentation transcript:

Microsoft Visual SourceSafe “(VSS) does not eliminate the need for discipline and coordination. It only makes discipline and coordination easier to live with.” -- Loukides & Oram

A working folder is a private directory used by a single user to store local working copies of files. Each user must set up a working folder before (s)he can use VSS.

When accessing a project for the first time, a user should request the latest version of all files in the project. This is done immediately after selecting a working folder.

Make sure that the files that you want to add to your project are in your working folder. Click the “Add Files” button on the toolbar and select file(s) to be added to your project.

Make sure to enter the file(s) description/purpose for each file being added. This becomes part of the documentation for your project. Uncheck the box for “Apply same comment for all” if you want to give each file a different description (recommended).

When you wish to modify one of your project files, you must check it out from the repository. To do this, right click on the desired file and select “Check Out”.

Enter a brief comment describing to your teammates what you are intending to change in the file. This is an important notice that your team can use in determining what action to take when they need the file while it is presently checked out.

When finished modifying the checked out file, you must check it back in so that your teammates can be able to make additional modifications and update version numbers.

Enter a comment describing, in detail, what modifications you have made to the file. Be very specific. This becomes an important part of your project documentation. If making several modifications, consider clicking the “Keep checked out” box so that you can tailor comments for each modification individually, as they are made.

When everyone uses VSS properly, beneficial information can be gleaned from the VSS user interface.

Other useful features Undo a checkout Show revision history Show difference between a file in the repository and one in the working folder Pinning down a version of a file Labeling a version of a file