|
|
- File control with CVS
- CVS is Concurrent Versioning System, a full-featured versioning system for holding code
- Works great with text documents...
- And CVS can be used with binary files, although often it's not
- Again, the change strategy makes it easy for changes to be overwritten
- Also, file storage gets to be very large very quickly as it holds entire previous versions
|
|