Lets say two coworkers are working on the same Writer document using the same software LibreOffice Writer 4.0.3 on Windows XP. Name them Alice and Bob. At start of the day, they have one single document name it start_document.odt and each of them gets exact copy of this document, lets name the documents Alice’s_document.odt and Bob’s_document.odt. During the day they mostly work on different parts of the document. They work separately, they don’t have a contact during the day. After the day is over they would like to merge there documents into one single union merged document lets name that document final_merged_document.odt. And this merged document should be a starting point of next day.
I thought I could use Edit | Changes | Records and after Edit | Changes | Merge. But as I understand it only works for original and changed documents, not multi-user merge documents? Isn’t it?
Lets try to do a sample.
Start_document.odt content:
First chapter Second chapter
Alice does the following:
- Opens start_document.odt.
- Edit | Changes | Records.
- After “First chapter” add some text like: This is Alice’s text. So after the change is made the following test appears:
First chapter This is Alice's text. Second chapter
- File | Save and names the file Alice’s_document.odt.
Bob does very similar.
- Opens start_document.odt.
- Edit | Changes | Records.
- After “Second chapter” add some text like: This is Bob’s text. So after the change is made the following test appears:
First chapter Second chapter This is Bob's text.
After the day is over they would like to merge the text and so final text should be:
First chapter This is Alice's text. Second chapter This is Bob's text.
I tried the following:
- Open start_document.odt.
- Edit | Changes | Merge.
- Selected Alice’s_document.odt and Accepted all of the changes. So far no problem.
- In the start_document.odt I have repeated step 2 and selected Bob’s_document.odt and I am getting an error message: “Could not merge documents.”
It doesn’t really tell any useful info, why merge can’t be done. Any idea how to solve this problem?