Match the following facts about Version Management.
Answer options
A
Lock a file → Serialized changes to file; member wants code to work in isolation → Create branches; rollback to previous file version → Automatic backup
B
Lock a file → Create branches; member wants isolation → Automatic backup; rollback → Serialized changes to file
C
Lock a file → Automatic backup; member wants isolation → Serialized changes to file; rollback → Create branches
D
Lock a file → Delete history; member wants isolation → Merge trunk; rollback → Remove baseline
Correct answer: Lock a file → Serialized changes to file; member wants code to work in isolation → Create branches; rollback to previous file version → Automatic backup
Explanation
Version management uses file locking for serialized changes, branches for isolated work, and backups/history for rollback to previous versions.