I am interested in doing the following. I would like to maintain one master copy of a document, and then have branches for that document that could include minor modifications. I want modifications in the branches of this document to be merged with any changes I make with the major document.
It is like being able to update a "template" and the instantiation of that template. What good tools are there for doing something like that? Can svn do it? (You can assume the documents are just text files, no fancy format.)