Systém pro správu versí
Version Control System
bachelor thesis (DEFENDED)
View/ Open
Permanent link
http://hdl.handle.net/20.500.11956/5844Identifiers
Study Information System: 43160
Collections
- Kvalifikační práce [11217]
Author
Advisor
Referee
Tůma, Petr
Faculty / Institute
Faculty of Mathematics and Physics
Discipline
Programming
Department
Department of Software and Computer Science Education
Date of defense
26. 6. 2006
Publisher
Univerzita Karlova, Matematicko-fyzikální fakultaLanguage
Czech
Grade
Excellent
Systém pro správu versí VCS sleduje veškerou práci a změny na množině textových souborů, typicky při implementaci softwaru a dovoluje více vývojářům, kteří od sebe mohou být vzdáleni, spolupracovat. Systém zjednodušuje práci vývojovým týmům při správě více dokumentů a dovoluje jim sledovat změny, které na dokumentech proběhly. Systém je postaven na architektuře klient/server a umožňuje práci v síti i lokálně na jednom počítači. Dovoluje připojení více uživatelů zároveň. Systém je navržen pro platformu Microsoft Windows.
Version control system VCS keeps track of all work and all changes in a set of text files, typically the implementation of a software project, and allows several, widely separated, developers to collaborate. System makes work easier to developers when working on several files and allows them to keep track of all changes that have occurred. System uses client/server architecture and allows users to connect remotely or have client and server on the same machine. Several users can work with system simultaneously. The system runs on Microsoft Windows platform.