Version Control Flashcards
1
Q
What does version control do?
A
It is software that tracks and manages changes to a set of files and resources
2
Q
Example of version control.
A
Undo button on word/spreadsheet/presentation software.
3
Q
What is centralised version control?
A
a single server holds to code base
clients access the server by check in check outs.
4
Q
Examples of a centralised versio cotrol:
A
CVS, Subversio, Visual source safe.
5
Q
One advanatage ad disadvatage for cetralised version control:
A
Advantage: Easier to maintain a single server.
Disadvantages: Single point of failure.