On Mon, 30 Jul 2007, Gunnar Lindholm wrote:
Consider the case where you have one file, you start tracking changes, and you send the file to person X. X do stuff and send you the file back, now it's possible to see the changes, but what if you can't be sure X hasn't messed it up in someway? Accepting X's own changes? Is it possible to keep your file as the "master" and then do something like "import changes from other file"?
Gunnar, Considering putting the document in Subversion and using it to track the changes. When your colleague returns the file, commit it to the repository then run the 'svn -diff ...' command. You'll see all the changes made. Rich -- Richard B. Shepard, Ph.D. | The Environmental Permitting Applied Ecosystem Services, Inc. | Accelerator(TM) <http://www.appl-ecosys.com> Voice: 503-667-4517 Fax: 503-667-8863
