3460:480 Version Control Overview I F21

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