CM wiki web
FAQ: What features should I expect from a VCS?
First, I had to point the terminology mess... What do you mean by a VCS?Then I'd comment on some replies given in comp.software.config-mgmt:
- directory versioning: this is one historical weakness of early RCS systems, as well as support for binary formats. It is funny that it is not quite relevant for path space branching systems, or at least doesn't bear the same meaning as for traditional versioning at the file grain.
- ability to branch/merge: this strikes me as a rampant overspecification. Granted: some merging is needed anyway, but the need is often overstated, because of common practices publishing to a physical branch (main or delivery)
- merge tracking
- atomic operations
- maybe others
