Fortress  Vault Pro November 1, 2010: SourceGear announced that Fortress 2.0 is now Vault Professional Edition 5.1 This demo is still using Fortress 2.0.

Slides:



Advertisements
Similar presentations
Software engineering tools for web development Jim Briggs 1CASE.
Advertisements

Let Use SVN(Subversion) Interaction Lab. Hyo-Geun Ahn
Eralp Erat Senior Software Developer MCP,MCAD.NET,MCSD.NET.
Summer of Code (SOC) Presentation Fred R McClurg Girish H Mhatre Version Control Overview.
Version Control What it is and why you want it. What is Version Control? A system that manages changes to documents, files, or any other stored information.
Source Control in MATLAB A tool for tracking changes in software development projects. Stuart Nelis & Rachel Sheldon.
Concepts of Version Control A Technology-Independent View.
Sy config. SY Non-Student machines –SYTS Team system –SY01 Sql Server Student machines –SY02 –SY03 –SY04 –SY05 –SY06 –SY07 –SY08.
CVS Selim Çıracı Ahmet Kara Metin Tekkalmaz. CVS – Open Source Version Control System Outline What are Version Control Systems? And why do we need them?
CS 501 : An Introduction to SCM & GForge An Introduction to SCM & GForge Lin Guo
CS 1400 Using Microsoft Visual Studio 2005 if you don’t have the appropriate appendix.
Microsoft Visual Source Safe 6.01 Microsoft Visual Source Safe (MVSS) Presented By: Rachel Espinoza.
1 Copyright © 2014 Tata Consultancy Services Limited Source Code Management using Rational Team Concert IBM Rational, Alliance & Technology Unit 2 July.
Source Control Repositories for Enabling Team Working Svetlin Nakov Telerik Corporation
TFS Continuous Global Delivery Vinay Badami Director of Development Visual Studio Microsoft Corporation.
G51FSE Version Control Naisan Benatar. Lecture 5 - Version Control 2 On today’s menu... The problems with lots of code and lots of people Version control.
Version Control. What is Version Control? Manages file sharing for Concurrent Development Keeps track of changes with Version Control SubVersion (SVN)
Source Control with Team Foundation Server Martin Woodward Teamprise.
T EAM F OUNDATION S ERVER IN D EVELOPMENT Kambiz Saremi.
Team Foundation Server the answer to all project management problems? Richard Fennell Director.
Standardize on Team Foundation Server across the enterprise with Teamprise Corey Steffen General Manager
Version Control with git. Version Control Version control is a system that records changes to a file or set of files over time so that you can recall.
Software Configuration Management (SCM)
Version Control with Subversion. What is Version Control Good For? Maintaining project/file history - so you don’t have to worry about it Managing collaboration.
Programming in Teams And how to manage your code.
Introduction to Version Control with SVN & Git CSC/ECE 517, Fall 2012 Titus Barik & Ed Gehringer, with help from Gaurav.
Microsoft Visual SourceSafe Very popular Mainly used by Windows developers Cornerstone of many development teams Provides essential version control functions.
Subversion. What is Subversion? A Version Control System A successor to CVS and SourceSafe Essentially gives you a tracked, shared file system.
Catlyn Colson. Recap of Previously Completed Work Previously I had done the following: Built the Database, started basic layout of the webpage, connected.
The new version control system. Kiril Karaatanasov, July 2006 What is Subversion Subversion is a newly developed open source version control system Subversion.
Revision Control and Issue Tracking Andrew Watkins.
April 4, Team Foundation Server Business Analyst Build Server Tech Writer on Mac OS X.NET Developer on Visual Studio Test Team User.
LiveCycle Data Services Introduction Part 2. Part 2? This is the second in our series on LiveCycle Data Services. If you missed our first presentation,
GIT An introduction to GIT Source Control. What is GIT (1 of 2) ▪ “Git is a free and open source distributed version control system designed to handle.
Version control Using Git Version control, using Git1.
1 SEG4912 University of Ottawa by Jason Kealey Software Engineering Capstone Project Tools and Technologies.
ITEC 370 Lecture 16 Implementation. Review Questions? Design document on F, feedback tomorrow Midterm on F Implementation –Management (MMM) –Team roles.
Object-Oriented Analysis & Design Subversion. Contents  Configuration management  The repository  Versioning  Tags  Branches  Subversion 2.
Introduction to Version Control SE-2030 Dr. Rob Hasker 1 Based on material at and slides written.
Computer Science and Engineering The Ohio State University  Widely used, especially in the opensource community, to track all changes to a project and.
Perforce Software Version Everything.. Visual Studio Industry Partner Perforce Software NEXT STEPS Contact us at: Perforce products.
Microsoft Visual SourceSafe “(VSS) does not eliminate the need for discipline and coordination. It only makes discipline and coordination easier to live.
Quiz question Session : Visual Studio Team System 2008 Make the Most of VSTS in Real - World Development.
Top Ten Tips for Team Foundation Server Martin Woodward Teamprise.
Visual SourceSafe Seamless Integration. 2 Agenda  Version Control  Architecture  Features  Integration  Configuration & Maintenance  Questions.
Refactoring and Synchronization with the StarTeam Plug-in for Eclipse  Jim Wogulis  Principal Architect, Borland Software Corporation.
Microsoft ASP.NET Beginning Object-Oriented Web Design Bryan Jenks © Integrated Ideas 2005.
Source Code Management Per Ahlberg Developer Evangelist Developer & Platform Evangelism Microsoft Sweden.
Sofia Event Center May 2014 Martin Kulov Git For TFS Developers.
Team Foundation Server Overview. Team Foundation Server  Where did it come from?  MS Delta  MS SourceSafe.
1 MSTE Visual SourceSafe For more information, see:
Neil Kidd Developer Tools Technical Specialist Microsoft UK.
Microsoft Corporation. Announcement Visual Studio® Team System 2008 Enables you to Build Quality Code Be More Productive Collaborate at the Next Level.
DEV466 Microsoft Visual Studio 2005 Team System: Enterprise-Class Source Control Doug Neumann Program Manager Visual Studio Microsoft Corporation.
TEAM FOUNDATION VERSION CONTROL AN OVERVIEW AND WALKTHROUGH By: Michael Mallar.
Connect with life Tejasvi Kumar Developer Technology Specialist | Microsoft India
YOUR LOGO Phase 2 International Providing critical business software solutions at affordable prices.
Source Control Repositories for Enabling Team Working Doncho Minkov Telerik Corporation
NALINI S. NAUTIYAL SYSTEM SOFTWARE DIVISION Subversion.
LECTURE 2: Software Configuration Management
Version control, using Git
Introduction to Team Foundation Server 2010
Version Control System
LECTURE 3: Software Configuration Management
Beginning Object-Oriented Web Design
Set Up Version Control in Visual Studio Team Service
Subclipse CSCI 3130 Summer 2016.
Team Foundation Server 2010 for Everyone
DAT381 Team Development with SQL Server 2005
Introduction to Version Control with Git
Presentation transcript:

Fortress  Vault Pro November 1, 2010: SourceGear announced that Fortress 2.0 is now Vault Professional Edition 5.1 This demo is still using Fortress 2.0

Reference Video Demo: Documentation:

Why change? Why Vault? VSS Does not offer cheap branching, so we hesitate to create branches. Also does not support ActionScript type filenames which forced us to use Subversion for FLEX development. Now we straddle using two Version Control systems. Vault combines the best of VSS and Subversion and adds some enhancements of its own. Surveyed about 20 Version Control systems. Several are cheaper(free), Several are more powerful (AccuRev, Team Concert). Vault has by far the lowest learning curve, has the essential features and is priced competitively.

Features SourceSafe Integration Very Low learning curve. Works almost exactly like VSS. Includes all VSS key features: Share file/folder, Pinning, Repository data is stored in a SQL Server database Atomic Checkins Cheap and fast branch- Like Subversion. Merge Branches wizard make the job simple Line History, view the line history in VS Vault integrates seamlessly with both Microsoft Visual Studio and Eclipse.

Shelving: Shelve changes if you don’t want check in incomplete code (or waiting for code review) DiffMerge, integrated folder/files compare tool.DiffMerge Bug Tracking /Feature Requests Tracking / Working Items/ Change Sets. Can look for changes based on a Bug number.Bug Tracking Build Integration (Visual Build Pro support vault/fortress)Build Integration Folder Security (set access level for each users/groups) More : vault.html vault.html

Demo 1.To the website In the admin page, create two working Items 3.Show Vault Client GUI 4.Open a project bind by Vault (it can be done in either Client or VS) 5.Create a branch (client) 6.Modify some files in both branches 7.Shelve/unshelve my changes 8.Check in with select Working items 9.Merge branches using Merge Wizard (client) 10.View the change history, and line history