An Abstraction for Version Control Systems
Author | : Matthias Kleine |
Publisher | : Universitätsverlag Potsdam |
Total Pages | : 88 |
Release | : 2012 |
ISBN-10 | : 9783869561585 |
ISBN-13 | : 3869561580 |
Rating | : 4/5 (580 Downloads) |
Download or read book An Abstraction for Version Control Systems written by Matthias Kleine and published by Universitätsverlag Potsdam. This book was released on 2012 with total page 88 pages. Available in PDF, EPUB and Kindle. Book excerpt: Version Control Systems (VCS) allow developers to manage changes to software artifacts. Developers interact with VCSs through a variety of client programs, such as graphical front-ends or command line tools. It is desirable to use the same version control client program against different VCSs. Unfortunately, no established abstraction over VCS concepts exists. Instead, VCS client programs implement ad-hoc solutions to support interaction with multiple VCSs. This thesis presents Pur, an abstraction over version control concepts that allows building rich client programs that can interact with multiple VCSs. We provide an implementation of this abstraction and validate it by implementing a client application.