Applied Software Project Management

Total Page:16

File Type:pdf, Size:1020Kb

Applied Software Project Management Applied Software Project Management Andrew Stellman and Jennifer Greene Beijing • Cambridge • Farnham • Köln • Sebastopol • Taipei • Tokyo Applied Software Project Management Andrew Stellman and Jennifer Greene Copyright © 2006 O’Reilly Media, Inc. All rights reserved. Printed in the United States of America. Published by O’Reilly Media, Inc. 1005 Gravenstein Highway North Sebastopol, CA 95472. O’Reilly books may be purchased for educational, business, or sales promotional use. Online editions are also available for most titles (safari.oreilly.com). For more information, contact our corporate/institutional sales department: (800) 998-9938 or [email protected]. Publishing Editors: Mary T. O’Brien and Andrew Odewahn Production Editor: Jamie Peppard Cover Designer: MendeDesign Interior Designer: Marcia Friedman Printing History: November 2005: First Edition. The O’Reilly logo is a registered trademark of O’Reilly Media, Inc. The Theory in Practice series designations, Applied Software Project Management, and related trade dress are trademarks of O’Reilly Media, Inc. Clear Case, ClearQuest, Rational Robot, Rational Rose, Rational Unified Process, Requisite Pro, and TestManager are registered trademarks of IBM. Microsoft Project, C#, and Visual SourceSafe are registered trademarks of Microsoft. Six Sigma is a registered trademark of Motorola, Inc. UNIX is a registered trademark of The Open Group. Perforce is a registered trademark of Perforce Software, Inc. Java is a registered trademark of Sun Microsystems. Many of the designations used by manufacturers and sellers to distinguish their products are claimed as trademarks. Where those designations appear in this book, and O’Reilly Media, Inc. was aware of a trademark claim, the designations have been printed in caps or initial caps. While every precaution has been taken in the preparation of this book, the publisher and authors assume no responsibility for errors or omissions, or for damages resulting from the use of the information contained herein. This book uses RepKover™, a durable and flexible lay-flat binding. ISBN: 978-0-596-00948-9 [M] [8/09] TABLE OF CONTENTS CHAPTER 0 PREFACE ix 1 INTRODUCTION 1 Tell Everyone the Truth All the Time 3 Trust Your Team 4 Review Everything, Test Everything 4 All Software Engineers Are Created Equal 5 Doing the Project Right Is Most Efficient 6 Part I: Tools and Techniques 7 Part II: Using Project Management Effectively 10 Part One TOOLS AND TECHNIQUES 12 SOFTWARE PROJECT PLANNING 15 Understand the Project Needs 16 Create the Project Plan 23 Diagnosing Project Planning Problems 30 3 ESTIMATION 33 Elements of a Successful Estimate 34 Wideband Delphi Estimation 39 Other Estimation Techniques 48 Diagnosing Estimation Problems 49 4 PROJECT SCHEDULES 53 Building the Project Schedule 54 Managing Multiple Projects 66 Use the Schedule to Manage Commitments 69 Diagnosing Scheduling Problems 70 5 REVIEWS 73 Inspections 74 Deskchecks 84 Walkthroughs 86 Code Reviews 87 Pair Programming 91 Use Inspections to Manage Commitments 92 Diagnosing Review Problems 93 6 SOFTWARE REQUIREMENTS 97 Requirements Elicitation 98 Use Cases 105 This is the Title of the Book, eMatter Edition Copyright © 2009 O’Reilly & Associates, Inc. All rights reserved. Software Requirements Specification 110 Change Control 120 Introduce Software Requirements Carefully 124 Diagnosing Software Requirements Problems 127 7 DESIGN AND PROGRAMMING 131 Review the Design 133 Version Control with Subversion 134 Refactoring 149 Unit Testing 156 Use Automation 165 Be Careful with Existing Projects 166 Diagnosing Design and Programming Problems 167 8 SOFTWARE TESTING 171 Test Plans and Test Cases 172 Test Execution 178 Defect Tracking and Triage 180 Test Environment and Performance Testing 181 Smoke Tests 183 Test Automation 184 Postmortem Reports 186 Using Software Testing Effectively 189 Diagnosing Software Testing Problems 196 Part Two USING PROJECT MANAGEMENT EFFECTIVELY 200 9 UNDERSTANDING CHANGE 203 Why Change Fails 204 How to Make Change Succeed 214 10 MANAGEMENT AND LEADERSHIP 231 Take Responsibility 232 Do Everything Out in the Open 236 Manage the Organization 238 Manage Your Team 243 11 MANAGING AN OUTSOURCED PROJECT 255 Prevent Major Sources of Project Failure 256 Management Issues in Outsourced Projects 260 Collaborate with the Vendor 268 12 PROCESS IMPROVEMENT 277 Life Without a Software Process 278 Software Process Improvement 282 Moving Forward 293 BIBLIOGRAPHY 295 INDEX 303 viii TABLE OF CONTENTS This is the Title of the Book, eMatter Edition Copyright © 2009 O’Reilly & Associates, Inc. All rights reserved. Chapter 1 C HAPTER 1 Preface SOFTWARE PROJECT MANAGEMENT is the art and science of planning and leading software projects. It requires knowledge of the entire software development lifecycle: defining the vision, planning the tasks, gathering the people who will do the work, estimating the effort, creating the schedule, overseeing the work, gathering the requirements, designing and pro- gramming the software, and testing the end product. Throughout the process, there are many team members who are responsible for these tasks; the project manager needs to have enough knowledge of their work to make sure the project is staying on track. To be effective, a project manager must have a wide range of expertise. In this book, we provide an introduction to all of these areas so that you can guide the rest of your team on their tasks. We help you run successful software projects, and we help you diagnose and fix the ones that have gone off track. Goals of the Book This is a practical book. This book describes the specific tools, techniques, and practices that a project manager needs to put in place in order to run a software project or fix an ail- ing one. A project manager can use this book to diagnose and fix the most serious prob- lems that plague software projects. It contains essential project management tools, techniques, and practices, which have been optimized to be as straightforward and easy to ix implement as possible. It also contains advice for avoiding the problems that a project manager will typically encounter when bringing these tools into an organization. By the time you have read this book, you should be able to: • Define the scope of your project • Estimate the effort required to do the work and schedule your project • Conduct thorough reviews of documents and code • Gather software requirements and create specifications • Effectively manage the design, programming, and testing of the software • Provide guidance if your project runs into quality problems • Manage an outsourced project • Make effective changes to the way projects are run in your organization We have been researching and implementing these tools, techniques, and practices throughout our combined careers. Each of them is the culmination of years of trial and error in many different organizations across multiple industries. Every one of these prac- tices is the solution to a specific, chronic problem. Many people opt to live with the prob- lem, because the solution seems too complicated. Our ultimate goal in writing this book is to help you build better software. Often, the original idea (before we optimized it) came from a book that we read to solve a specific problem that we encountered on a software project (just like you are doing right now!). References to some of the books that we found most helpful appear in the text in order to help you learn more. Who Should Read This Book Many software organizations have trouble delivering high-quality software on time. Most of them have talented team members; almost all of them realize that there is a problem. People in these organizations may have already read books about management, quality, and programming. What all of these people have in common is a need to change the way a software organization works. They may not always recognize the nature of the problem, or what is causing delays or bugs. What they do know is that something needs to change. We wrote this book for anyone in a software organization where there are chronic prob- lems producing software on schedule and without defects. The intended readers of this book include: • A project manager responsible for a software development project and/or team • A programmer, designer, business analyst, architect, tester, or other member of a soft- ware team looking to improve the product he is working on x PREFACE • A quality assurance manager or team member who is attempting to implement defect prevention, or is responsible for establishing or improving an organization’s software process • A consultant hired to improve project management practices, software process, or over- all software quality in an organization • A project manager who has been put in charge of a project that has been outsourced Comments and Questions Please address comments and questions concerning this book to the publisher: O’Reilly Media, Inc. 1005 Gravenstein Highway North Sebastopol, CA 95472 (800) 998-9938 (in the United States or Canada) (707) 829-0515 (international or local) (707) 829-0104 (fax) We have a web page for this book, where we list errata, examples, and any additional information. You can access this page at: http://www.oreilly.com/catalog/appliedprojectmgmt We also have a companion site featuring additional information for project managers, trainers, educators, and practitioners here: http://www.stellman-greene.com To comment or ask technical questions about this book, send email to: [email protected] For more information about our books, conferences, Resource Centers, and the O’Reilly Network, see our web site at: http://www.oreilly.com Safari Enabled When you see a Safari® Enabled icon on the cover of your favorite technol- ogy book, that means the book is available online through the O’Reilly Net- work Safari Bookshelf. Safari offers a solution that’s better than e-books. It’s a virtual library that lets you easily search thousands of top technology books, cut and paste code samples, download chap- ters, and find quick answers when you need the most accurate, current information.
Recommended publications
  • Git and Gerrit in Action and Lessons Learned Along the Path to Distributed Version Control
    Git and Gerrit in Action And lessons learned along the path to distributed version control Chris Aniszczyk (Red Hat) Principal Software Engineer [email protected] http://aniszczyk.org About Me I've been using and hacking open source for ~12 years - contribute{d} to Gentoo Linux, Fedora Linux, Eclipse Hack on Eclipse, Git and other things at Red Hat Member of the Eclipse Board of Directors Member in the Eclipse Architecture Council I like to run! (2 mins short of Boston qualifying ;/) Co-author of RCP Book (www.eclipsercp.org) An Introduction to Git and Gerrit | © 2011 by Chris Aniszczyk Agenda History of Version Control (VCS) The Rise of Distributed Version Control (DVCS) Code Review with Git and Gerrit Lessons Learned at Eclipse moving to a DVCS Conclusion Q&A An Introduction to Git and Gerrit | © 2011 by Chris Aniszczyk Version Control Version Control Systems manage change “The only constant is change” (Heraclitus) An Introduction to Git and Gerrit | © 2011 by Chris Aniszczyk Why Version Control? VCS became essential to software development because: They allow teams to collaborate They manage change and allow for inspection They track ownership They track evolution of changes They allow for branching They allow for continuous integration An Introduction to Git and Gerrit | © 2011 by Chris Aniszczyk Version Control: The Ancients 1972 – Source Code Control System (SCCS) Born out of Bell Labs, based on interleaved deltas No open source implementations as far as I know 1982 – Revision Control System (RCS) Released as an alternative to SCCS
    [Show full text]
  • Evolution of Version Control in Open Source Lessons Learned Along the Path to Distributed Version Control
    Evolution of Version Control in Open Source Lessons learned along the path to distributed version control Chris Aniszczyk (Red Hat) Principal Software Engineer [email protected] http://aniszczyk.org About Me I've been using and hacking open source for ~12 years - contribute{d} to Gentoo Linux, Fedora Linux, Eclipse Eclipse Board of Directors, Committer Representative Member in the Eclipse {Architecture,Planning} Council I like to run! (just finished Chicago marathon in 3:20) Co-author of RCP Book (www.eclipsercp.org) Evolution of Version Control in Open Source | © 2010 by Chris Aniszczyk Agenda History of Version Control (VCS) The Rise of Distributed Version Control (DVCS) Lessons Learned at Eclipse moving to a DVCS Conclusion Q&A Picture 5 Evolution of Version Control in Open Source | © 2010 by Chris Aniszczyk Version Control Version Control Systems manage change “The only constant is change” (Heraclitus) Evolution of Version Control in Open Source | © 2010 by Chris Aniszczyk Why Version Control? VCS became essential to software development because: They allow teams to collaborate They manage change and allow for inspection They track ownership They track evolution of changes They allow for branching They allow for continuous integration Evolution of Version Control in Open Source | © 2010 by Chris Aniszczyk Version Control: The Ancients 1972 – Source Code Control System (SCCS) Born out of Bell Labs, based on interleaved deltas No open source implementations as far as I know 1982 – Revision Control System (RCS) Released as an alternative
    [Show full text]
  • Continuous Integration for Decentralised Development of Service-Based Software Systems
    Continuous Integration for Decentralised Development of Service-Based Software Systems by Jameel Almalki Thesis Submitted to Flinders University for the degree of Doctor of Philosophy College of Science and Engineering 9th August 2018 Declaration I certify that this thesis does not include any prior material submitted for a degree or diploma in any university without acknowledgment; and to the best of my knowledge and belief it does not include any prior material published or written by another individual with the exception of where due reference is used in the text. Jameel Almalki July 30th, 2018 2 Acknowledgements Firstly and most importantly, I want to thank Allah Almighty for giving me blessings, opportunities, strength and guidance to endure this challenging task to the end. My unreserved appreciation and gratitude go to my parents and my brothers and sisters for their continuous support, prayers and encouragement, which gave me the strength to succeed in my PhD research journey. May Allah bless you all. My greatest indebtedness is to my wife, Hamdah, for her endless love, support, patience and sacrifice while I have been consumed with this research in recent years. My thanks and love are also extended to my two precious daughters, Diala and Ladan, and my son, Elias, for all the joy and love in my life. Thank you very much, you are indeed my treasures. I also would like to express my deepest gratitude and appreciation to my supervisor, Dr. Haifeng Shen, for his enthusiastic support, insightful suggestions and valuable guidance throughout this research. Certainly, without his encouragement, invaluable knowledge and support this work would never have been completed.
    [Show full text]
  • Oreilly Version Control with GIT.Pdf
    Version Control with Git Jon Loeliger Beijing • Cambridge • Farnham • Köln • Sebastopol • Taipei • Tokyo Version Control with Git by Jon Loeliger Copyright © 2009 Jon Loeliger. All rights reserved. Printed in the United States of America. Published by O’Reilly Media, Inc., 1005 Gravenstein Highway North, Sebastopol, CA 95472. O’Reilly books may be purchased for educational, business, or sales promotional use. Online editions are also available for most titles (http://my.safaribooksonline.com). For more information, contact our corporate/institutional sales department: (800) 998-9938 or [email protected]. Editor: Andy Oram Indexer: Fred Brown Production Editor: Loranah Dimant Cover Designer: Karen Montgomery Proofreader: Katie Nopper DePasquale Interior Designer: David Futato Production Services: Newgen North America Illustrator: Robert Romano Printing History: May 2009: First Edition. Nutshell Handbook, the Nutshell Handbook logo, and the O’Reilly logo are registered trademarks of O’Reilly Media, Inc. Version Control with Git, the image of a long-eared bat, and related trade dress are trademarks of O’Reilly Media, Inc. Many of the designations used by manufacturers and sellers to distinguish their products are claimed as trademarks. Where those designations appear in this book, and O’Reilly Media, Inc. was aware of a trademark claim, the designations have been printed in caps or initial caps. While every precaution has been taken in the preparation of this book, the publisher and author assume no responsibility for errors or omissions, or for damages resulting from the use of the information con- tained herein. ISBN: 978-0-596-52012-0 [M] 1242320486 Table of Contents Preface . xi 1.
    [Show full text]
  • Comparative Analysis of SCM Tools and Coexistence with Agile Methodology
    Comparative Analysis of SCM tools and Coexistence with Agile Methodology Thesis submitted in partial fulfillment of the requirements for the award of degree of Master of Engineering in Computer Science and Engineering Submitted By Satyam Gupta (801332022) Under the supervision of: Dr. (Mrs.) Rinkle Rani Assistant Professor COMPUTER SCIENCE AND ENGINEERING DEPARTMENT THAPAR UNIVERSITY PATIALA – 147004 July 2015 Training Certificate i ii Abstract Now days there are huge evolvement in the field of IT, where people can control and manage their software development according to their need or requirement. The IT organizations need to produce quality product with the most economical and timely efficient way. To achieve this goal there are requirement of various software disciplines collaboration, Software Configuration Management (SCM) is one of the important discipline. With the help of SCM developers can manage different software artifacts. SCM is a tool based approach; SCM tools provide a great interface to reduce developer overhead. Various tools are available in the market. All these tools have their own functionality and capability. The involvement of Agile Methodology has facilitated developers to manage the product cycle timely and the use of SCM has made the management easier. This thesis explains two case studies; in the first part practical and relevant comparison among three Software Configuration Management tools namely Clearcase, Subversion and GIT has been done. The second part explains the coexistence of Agile and SCM practices which is usually considered as irrational. The research also focuses on the benefits from the user point of view and its role in improving the organizational capability.
    [Show full text]
  • Reasons to Switch from Visual Sourcesafe to Sourceanywhere
    Standalone PRESENTS... Reasons to Switch from SourceSafe: How to Make Your Life Easier with SourceAnywhere Standalone Most developers are familiar with Visual SourceSafe. It's a popular version control tool for the Windows platform that offers essential version control features and helps pro- mote team collaboration. While Visual SourceSafe (VSS) does some things well, it's not optimized for remote access and hampers developer productivity because it can be so slow. It also lacks critical security features, suffers from stability issues, and doesn’t support multiple platforms. Dynamsoft SourceAnywhere Standalone is a version control solution designed to replace VSS. It's a SQL-based application that offers all the functionality of VSS, plus a variety of additional features that make it a more comprehensive, reliable solution for software development teams. This white paper offers an overview of why SourceAnywhere Standalone is a better choice than VSS for: • System Administrators • Developers • Web Developers 10 Ways to Make Your System Administrator's Life Better Promise Painless Installation SourceAnywhere Standalone has very low system dependency. That means it doesn't need a framework, virtual machine runtime or web server to run. Your System Adminis- trator will be able to get SourceAnywhere Standalone up and running in your organiza- tion in a matter of minutes. Copyright © 2007 Dynamsoft. All Rights Reserved. Page 1 of 7 Offer Effortless Backup All your data is stored in SQL Server, with the exception of SourceAnywhere Standalone's service configuration and SQL Server connection parameters. This makes backup a snap. Simply use your favorite SQL Server backup tool, or you can write a script in SQL Server for automatic backup.
    [Show full text]
  • Getting Started W Ith CVS
    Getting Started W ith CVS An Oracle White Paper February 2005 Getting Started W ith CVS Introduction....................................................................................................... 3 W HAT IS CVS.................................................................................................. 3 terminology........................................................................................................ 3 CVS Step by step............................................................................................... 4 Downloading and Installing CVS............................................................... 4 Creating a Repository................................................................................... 5 Creating a CVS Connection........................................................................ 5 Configuring the Repository......................................................................... 6 Importing a Module...................................................................................... 7 Checking Out a Module............................................................................... 9 Adding Files................................................................................................... 9 Updating Files (Common)......................................................................... 10 Editing Files................................................................................................. 11 Deleting Files..............................................................................................
    [Show full text]
  • Development Toolstools
    [Software[Software Development]Development] DevelopmentDevelopment ToolsTools Davide Balzarotti Eurecom ± Sophia Antipolis, France Version Control Version (revision) control is the process of tracking and recording changes to files Most commonly used when a team of people have to simultaneously work on the same documents Very useful also for personal development Share configuration files between different locations/computers Personal repository for code and papers History of different versions of the same artifacts Freedom to try many changes and revert to a clean state Revision Control Multi-user Scenario: Alice and Bob are working on a common project Alice changes file_A Bob changes file_A (at the same time) Problems: How Alice and Bob propagate the changes to each others? How can they merge the changes to the same file? Revision Control Multi-user Scenario: Alice and Bob are working on a common project Alice changes file_A Bob changes file_A (at the same time) Problems: How Alice and Bob propagate the changes to each others? How can they merge the changes to the same file? Single-user Scenario: Charlie's program is working just fine Charlie makes a lot of changes overnight Now the program presents some weird behavior Problem: How does he keep track of the previous versions of his files? Revision Control System Tool that keeps in a repository multiple version of documents Allows “check out” of files into the user filesystem Allows “check in” of new versions of files into the repository Keeps an history
    [Show full text]
  • Open Source Version Control Thomas Keller HTWK Leipzig
    Open Source Version Control Thomas Keller HTWK Leipzig University Of Applied Sciences Department Computer Science, Mathematics & Natural Sciences Bachelor Thesis in Media Computer Science Open Source Version Control Thomas Keller Tutor: Prof. Dr. Michael Frank Co-tutor: Prof. Dr. Klaus Hering Date of Completion: March 20th, 2006 I affirm that I have created this Bachelor Thesis independently and only with the use of the documented references. Leipzig, in March 2006 ........................................................................... This work is licensed under the terms of the GNU Free Documentation License. See chapter Copyright Notices for details. I would like to thank My beloved girl (soon wife) Marlen, who always supported me during the process of writing this work, My tutor, Mr Prof Dr Michael Frank, who always had a sympathetic ear for my concerns, My good friend Chad Connolly from Delaware/USA, who helped me a great deal to find and fix spelling issues in this work, And finally my cousin Martin Fischer, another guy who has helped me a lot with his positive criticism. Thank you all! Table of Contents Preface.....................................................................................................................................................1 Vorwort...................................................................................................................................................2 Document Conventions...........................................................................................................................3
    [Show full text]
  • Evaluating Software Configuration Management Tools for Opticon Sensors Europe B.V
    Evaluating Software Configuration Management tools for Opticon Sensors Europe B.V. Fatma Tosun 25 June 2004 Masters Thesis Software Engineering Supervisor: Dr. M.G.J. van den Brand Organisation coach: R. de Vries Fatma Tosun 2 25-6-2004 Evaluating Software Configuration Management Tools For Opticon Sensors Europe B.V. Fatma Tosun University of Amsterdam, 2004 MASTER OF SCIENCE IN SOFTWARE ENGINEERING from the UNIVERSITY OF AMSTERDAM June 2004 Author: Fatma Tosun Supervisor: Dr. M.G.J. van den Brand Organisation coach: R. de Vries Organisation: Opticon Sensors Europe B.V. Opaallaan 35 2132 XV Hoofddorp The Netherlands www.opticon.nl Fatma Tosun 3 25-6-2004 Acknowledgement First of all, I would like to thank Opticon Sensors Europe B.V. for giving me the opportunity to realize my final assignment. I would like to thank Ron de Vries, for coaching and guiding me through this thesis and special thanks to everyone at Opticon Sensors Europe B.V for answering my questions. I would like to thank Dr. Mark van den Brand for supervising during the final assignment and for giving feedback on my thesis. A special thanks to my brother Tuncay and his girlfriend Mirjam for careful spell checking and helping with the layout. As for my family, I would not have finished my thesis without support from my parents. Fatma Tosun 4 25-6-2004 Abstract This thesis is a part of the Software Engineering final assignment of the University of Amsterdam, The Netherlands. It presents results of three months research that I performed at Opticon Sensors Europe B.V.
    [Show full text]
  • Clearcase and IBM/Rational with UCM, Rational and IBM Drove Clearcase Into a Dead End
    www.allitebooks.com IBM Rational ClearCase 7.0: Master the Tools That Monitor, Analyze, and Manage Software Configurations Take a deep dive into extending ClearCase 7.0 to ensure the consistency and reproducibility of your software configurations Marc Girod Tatiana Shpichko professional expertise distilled PUBLISHING BIRMINGHAM - MUMBAI www.allitebooks.com IBM Rational ClearCase 7.0: Master the Tools That Monitor, Analyze, and Manage Software Configurations Copyright © 2011 Packt Publishing All rights reserved. No part of this book may be reproduced, stored in a retrieval system, or transmitted in any form or by any means, without the prior written permission of the publisher, except in the case of brief quotations embedded in critical articles or reviews. Every effort has been made in the preparation of this book to ensure the accuracy of the information presented. However, the information contained in this book is sold without warranty, either express or implied. Neither the authors, nor Packt Publishing, and its dealers and distributors will be held liable for any damages caused or alleged to be caused directly or indirectly by this book. Packt Publishing has endeavored to provide trademark information about all of the companies and products mentioned in this book by the appropriate use of capitals. However, Packt Publishing cannot guarantee the accuracy of this information. First published: April 2011 Production Reference: 1190411 Published by Packt Publishing Ltd. 32 Lincoln Road Olton Birmingham, B27 6PA, UK. ISBN 978-1-849680-12-7
    [Show full text]
  • Open Source Version Control Software
    DEPARTMENT OF COMPUTER SCIENCE AND ENGINEERING Vili Seppänen Open Source Version Control Software Bachelor’s Thesis Degree Programme in Computer Science and Engineering March 2015 Seppänen V. (2015) Open Source Version Control Software. University of Oulu, Department of Computer Science and Engineering. Bachelor’s Thesis, 22 p. ABSTRACT The environment around open source version control software is very opinionated and therefore it is hard to find unbiased comparison between different open source version control software. This Bachelor’s thesis provides background and covers the basics of version control systems. Thesis also categorizes and differentiates the main types of version control systems, by investigating the way they handle repositories and by categorizing them to centralized and distributed. Finally, this thesis provides the unbiased technical comparison of the selected open source version control software and a way to map a suitable one for a software project. Comparison of technical details is collected into tables for easy interpretation and the main differentiators are explained more carefully. Mapping is achieved by pairing the major characteristics of different software projects with the technical features of version control systems and then with version control software that best supports these specific features. Pairing of the software project and the version control software is further refined with technical details that are not covered by the needs of major characteristics of the software project. Selection of the open source version control software is restricted to the four most popular ones. Keywords: CVS, Subversion, Git, Mercurial Seppänen V. (2015) Avoimen lähdekoodin versionhallintaohjemistot. Oulun yliopisto, tietotekniikan osasto. Kandidaatintyö, 22 s. TIIVISTELMÄ Avoimen lähdekoodin versionhallintaohjelmistoista on vaikea löytää puolueetonta vertailua, koska mielipiteet niiden ympärillä ovat hyvin polarisoituneita.
    [Show full text]