I am interested in document versioning with LibreOfficce, especially with Writer. To be explicit, I would like to be able to:
- save versions of the document I am working on,
- organise versions chronologically,
- fall back onto a previous version
- compare versions
I realise I could do that manually, saving each version whenever I want using a date format. However, I would like this process to be more supple and automated, as with code versioning like e.g. Git or Launchpad, but locally.
Hence, what is the best practice for document versioning?