Version Control Overview I

123456789101112131415
Across
  1. 2. One of the things SCM manages
  2. 8. SCM stands for software _____________-management
  3. 10. The first step in the management model of Version Merging
  4. 13. The second step in both management models
  5. 14. After an editor and a compiler, version control is the most _____ tool for software development
  6. 15. Version control maintains a _____ of changes
Down
  1. 1. Version control makes it possible to more easily _____ with other developers
  2. 3. The third step in the management model of File Locking
  3. 4. The first step in the management model of File Locking
  4. 5. Version control has no understanding of the ________ structure of code
  5. 6. A management model where only one developer has access to a file at a time
  6. 7. Version control defines the _____ of the project
  7. 9. Another thing SCM manages
  8. 11. A utility that can generate the changes between two versions of a file
  9. 12. A utility that can apply a file of changes to a file or a directory of files
  10. 13. The third step in the management model of Version Merging