Repositories
Many VCSs use the notion of a repository
- a collection of all files being managed by the VCS
- possibly structured as a collection of projects
Typical operations on a repository:
- add files into the repository/project
- check file out of the repository for editing
- check new version of file back into the repository
|