- Repository— The data store containing all files and folders in the TFSC database.
- Mapping— An association of a repository path with a local working folder on the client computer.
- Working folder— A directory on the client computer containing a local copy of some subset of the files and folders in a repository.
- Workspace— A definition of an individual user’s copy of the files from the repository. The workspace contains a reference to the repository and a series of mappings that associate a repository path with a working folder on the user’s computer.
- Change set— A set of modifications to one or more files/folders that is atomically applied to the repository at check-in.
- Shelve— The operation of archiving all modifications in the current change set and replacing those files with original copies. The shelved files can be retrieved at a later time for development to be continued. This is my favorite feature.
Latest posts by scmgalaxy K (see all)
- Use of runtime variables to save into another variable using register in Ansible - September 6, 2018
- Ansible & Ansible Tower Variable Precedence Hierarchy - September 6, 2018
- How to use template in Ansible? - September 6, 2018