R
rick_deckard
Does anyone know if there is a reasonably priced concurrent versioning
system similar to CVS that works with Word documents. For those who
don't know CVS, basically the way it works is as follows
- you have a central repository
- when someone wants to work on a doc, s/he checks it out
- when done, that person "commits" the doc to the repository.
- if, in the meantime, someone has changed the same part of the same
document, CVS flags a conflict and that must be resolved manually.
- if two people have changed different parts of the document, CVS just
merges those changes without conflict and without intervention.
Unfortunately, CVS works only with files that are in plain text.
system similar to CVS that works with Word documents. For those who
don't know CVS, basically the way it works is as follows
- you have a central repository
- when someone wants to work on a doc, s/he checks it out
- when done, that person "commits" the doc to the repository.
- if, in the meantime, someone has changed the same part of the same
document, CVS flags a conflict and that must be resolved manually.
- if two people have changed different parts of the document, CVS just
merges those changes without conflict and without intervention.
Unfortunately, CVS works only with files that are in plain text.