A directory name on the local machine. example: backupDir.
Local machinePhysical machine that runs the web browser and client side executables. Also, the development platform of a contributor.
PackageA package is an archive of a project as a single file. Usually, a distribution package is made out of a stable version of a project but need not be. There exist binary packages of pre-compiled applications in format such as .rpm, .deb, etc. and source packages of a project source files.
PathA directory name on a local or remote machine. If the path references a directory on a remote machine, it will be qualified with either, or both, a user name and a machine name. example: replicatePath.
ProjectA project is a piece of software treated as a single logical unit either because of its functionality, its maintainer, ... In any case, by definition, a single source repository controls a project and commits can only be guaranteed atomic on a per project basis.
Remote machinePhysical machine that host the remote site and the server side executables.
Remote siteInformation accessible through a web browser present on remote machine.
The remote site (site for short) is composed of read-only and editable elements. Read-only elements comprise mail archives [mbox], billing information, etc. A mail archive is read-only and each e-mail in it stored in full and in time order. Thus mail archives, though part of the site, do not participate into repository activities such as branching, change lists, online edition, etc.
RepositoryInformation stored under a revision control system.
A repository is made of all editable elements of a site. Each editable element is revisioned. Some elements can even be branched. For example
- Vector Graphics (SVG)
- text snipset (formatted text)
- source code (C++)
- Unit test results
- Simple "active" queries
are candidates for branches while:
- Calendar tables, account information
are also part of the site. They are editable and thus require to be part of a change list. It does not seem pertinent to keep the revision history nor branch those information so their relevance as part of the repository is questionable.
*TopThe root directory of a file hierarchy. examples: srcTop, buildTop.
WorkspaceDirectory structure in which each file is a complete editable element of the repository at a specific revision.