Visual Source Safe Office of the Accountant General (A&E),Andhra Pradesh, Hyderabad.

Slides:



Advertisements
Similar presentations
DATA PROCESSING SYSTEMS
Advertisements

Configuration Management
Migrating Internet Basic applications to a windowed Graphical User Interface (GUI) Brian Levantine.
2 Industry Waves Backup and recovery evolution Version 1.0 Majority of companies use tape Tape one size fits all Backup once per day Tape recoveries slow.
Software Delivery. Software Delivery Management  Managing Requirements and Changes  Managing Resources  Managing Configuration  Managing Defects 
Concepts of Version Control A Technology-Independent View.
Lesson 15 – INSTALL AND SET UP NETWARE 5.1. Understanding NetWare 5.1 Preparing for installation Installing NetWare 5.1 Configuring NetWare 5.1 client.
14.1 © 2004 Pearson Education, Inc. Exam Planning, Implementing, and Maintaining a Microsoft Windows Server 2003 Active Directory Infrastructure.
Network Printing. Printer sharing Saves money by only needing one printer Increases efficiency of managing resources.
70-290: MCSE Guide to Managing a Microsoft Windows Server 2003 Environment Chapter 12: Managing and Implementing Backups and Disaster Recovery.
Applied Software Project Management Andrew Stellman & Jennifer Greene Applied Software Project Management Applied Software.
70-290: MCSE Guide to Managing a Microsoft Windows Server 2003 Environment Chapter 8: Implementing and Managing Printers.
Low level CASE: Source Code Management. Source Code Management  Also known as Configuration Management  Source Code Managers are tools that: –Archive.
Microsoft Visual Source Safe 6.01 Microsoft Visual Source Safe (MVSS) Presented By: Rachel Espinoza.
Maintenance = Software Evolution Any changes after the client has accepted the product is considered maintenance. n Any Changes? n What might these be?
Source Code Management Or Configuration Management: How I learned to Stop Worrying and Hate My Co-workers Less.
Maintaining Windows Server 2008 File Services
Improving Software Quality with Continuous Integration
11 SYSTEMS ADMINISTRATION AND TERMINAL SERVICES Chapter 12.
70-290: MCSE Guide to Managing a Microsoft Windows Server 2003 Environment, Enhanced Chapter 12: Managing and Implementing Backups and Disaster Recovery.
70-293: MCSE Guide to Planning a Microsoft Windows Server 2003 Network, Enhanced Chapter 14: Problem Recovery.
1 Objectives Discuss the Windows Printer Model and how it is implemented in Windows Server 2008 Install the Print Services components of Windows Server.
FileSecure Implementation Training Patch Management Version 1.1.
Linux Operations and Administration
Installing and Troubleshooting Hardware Device and Drivers Chapter 6 powered by dj.
ABSTRACT Before the evolution of computers, all the details in a banking systems used to be maintained manually. This is not advisable because maintenance.
9.1 © 2004 Pearson Education, Inc. Lesson 9: Implementing Group Policy in Windows 2000 Server Exam Microsoft® Windows® 2000 Directory Services Infrastructure.
Software Configuration Management (SCM)
Management of Source Code Integrity Presented by O/o the Accountant General (A&E), Jammu and Kashmir.
SCRAM Software Configuration, Release And Management Background SCRAM has been developed to enable large, geographically dispersed and autonomous groups.
Module 4: Add Client Computers and Devices to the Network.
MCTS Guide to Microsoft Windows 7
HDVC & Client Reflector server SIP Server User management HDVC & Client.
ITE 1 Chapter 5. Chapter 5 is a Large Chapter It has a great deal of useful information about operating systems. You will find this VERY helpful when.
Chapter Fourteen Windows XP Professional Fault Tolerance.
70-290: MCSE Guide to Managing a Microsoft Windows Server 2003 Environment, Enhanced Chapter 12: Managing and Implementing Backups and Disaster Recovery.
Chapter 8 Implementing Disaster Recovery and High Availability Hands-On Virtual Computing.
Module 15: Manage the Windows ® Small Business Server 2008 Environment Using Group Policy.
Maintaining File Services. Shadow Copies of Shared Folders Automatically retains copies of files on a server from specific points in time Prevents administrators.
Module 7: Fundamentals of Administering Windows Server 2008.
Chapter 4: Software Configuration Management (SCM)
Source Control How to be the 1337 in project management source control.
1 Chapter Overview Publishing Resources in Active Directory Service Redirecting Folders Using Group Policies Deploying Applications Using Group Policies.
Output Design. Output design  Output can be: Displayed on a screen/VDU/monitor. Printed on paper as hard copy. Sound.
P3 - prepare a computer for installation/upgrade By Ridjauhn Ryan.
Semi-Automatic patch upgrade kit
Package & Deploy. OBJECTIVES Package Deploy Way to package.
Open Solutions for a Changing World™ Copyright 2005, Data Access Worldwide June 6-9, 2005 Key Biscayne, Florida 1 Application Deployment Stephen W. Meeley.
Visual Source Safe –A Quick Tour. CONTENTS What is VSS ? How to install VSS ? How does VSS track versions? VSS Concepts & Features Utilities available.
Project management Topic 8 Configuration Management.
Module 1: Introduction to Windows 2000 and Networking.
By the end of this lesson you will be able to: 1. Determine the preventive support measures that are in place at your school.
UNIVERSITY MANAGEMENT SYSTEM
Fix: Windows 10 Error Code 0x in Mail App u/6/b/ /alexwaston14/reimage-system-repair/ /pages/Reimage-Repair-Tool/
Source Control Repositories for Enabling Team Working Doncho Minkov Telerik Corporation
SG Software Configuration Management And CVS scmGalaxy Author: Rajesh Kumar
Configuration & Build Management. Why Software Configuration Management ? The problem: Multiple people have to work on software that is changing More.
CHAPTER Network Operating System Concepts. Chapter Objectives Provide an overview of network operating systems and its functions Explain the concept of.
Packaging and Deploying Windows Applications
Office 365 Migration Your migration date: January 20,
Chapter 6 Application Hardening
Maintaining Windows Server 2008 File Services
8.4 Management of Postdelivery Maintenance
MCTS Guide to Microsoft Windows 7
Microsoft Windows Technical Support Setup,Install,Activate
NTC 324 RANK Education Your Life - ntc324rank.com.
Simple Steps to Resolve the QuickBooks Error Code 1317 Comprehensive solution, QuickBooks is known as one of the best accounting software available in.
NTC 324 RANK Education for Service-- ntc324rank.com.
Microsoft Visual Source Safe How & Why
Project Management Office Tool
Presentation transcript:

Visual Source Safe Office of the Accountant General (A&E),Andhra Pradesh, Hyderabad

Source Code Integrity In VLC like vast systems the source code integrity plays an important role Before changing the component by way of defect fixing, it is imperative to keep a copy of old version as a safety measure The new component if found to be meeting the requirement of the user, it can be copied onto all the client systems

Source Code Integrity (contd.) We should always be in a position to rollback to the old version in case of any problems during defect fixing. It is very cumbersome to maintain various versions manually on a system It is also difficult to identify as to which version of the component is the latest.

Visual Source Safe To overcome the above problems, the Microsoft VSS software enables to keep the different versions of the component at one place. It is possible to get all the latest components at one go. This software also provides for archiving of entire project.

Steps to implement VSS Install the VSS software on a client machine where it is not accessed by the users other than EDP staff. All the baseline versions of the components relating to VLC application has to be copied into VSS. While copying the components can be organized into directories representing the modules. Under each module sub directories can be created for copying Forms, Reports, Menus etc. for easy identification.

Steps to implement VSS (contd.) Create a folder on the hard disk ‘VSS’ and create a sub-directory ‘Checked out’ under the directory VSS. Set the default working directory to VSS\Checked out. Whenever a component is required for defect fixing the component should be checked out first.

VSS (Contd.) From checked out folder the component can be copied onto any system for defect fixing. When the component is through, copy it onto the VSS system in the checked out folder. This changed component can then be checked in to the VSS.