Peeping at previous versions of a Dorico project

Sometimes I want to look at a previous version of a current project - usually something that’s only a day or two old; and so in the Dorico back up directory.

(I have also ‘infinite’ copies of the back up directory stored somewhere off site).

Then I ‘guess’ the time and date of a version which precedes some important change - opening that file and checking my suspicions against reality.

But is this actually the best way looking at old work ?

Have I missed a trick ? Is there anything built into Dorico that would show me the changes I’ve made?

No, there is not.

Edit: You can use the Library Manager to see any changed settings, but there’s nothing to compare content.

Great, I’m very happy with how it is. Thank you for the reply.

A revision system would be very cool. Then you wouldn’t save different versions as a new project but with a revision number. In a separate revision panel inside Dorico you could select an older revision right away or maybe just change a few measures to an older revision, so you can quickly take a look or have a listen to an alternative version for comparison.

It would be indeed.

On the other hand, I used to work in commercial software and I know how complex these sort of systems get - what sets off as something ‘quite simple:birthday_cake:can easily grow into a multi headed monster :dragon_face:eating development time like there’s no tomorrow.

I’ll guess Daniel and his team have an enormous wish list it is

Of course it is far away from being quite simple. But I like the idea.

I frequently save files with a date-stamp appended, myFile260617.dorico, that is yymmdd. I find this allows me to keep track of former versions, and the file versions sort in date order.

I do this on occasion as well. One can also add comments at the beginning of the file describing changes. Then there is always the “old-fashioned” way of keeping a separate log file on paper, txt file, or spreadsheet!

— Jim

Yes good idea. I save zips of things that way offsite.

Being on windows I use ‘xcopy’ to periodically update files from the Dorico and DoricoBackup world to somewhere offsite. The collection of ‘flags’ (/s /c /r /y /d) makes it only copy new files.

rem Backup Projects to “D drive”
xcopy C:\personal\DoricoMasters*. /s /c /r /y /d d:"DoricoProjects"*
xcopy “C:\personal\PDFAndARTWORK” /s /c /r /y /d d:"PDFAndArtWork"
xcopy “C:\Users<myUserName>\Documents\Dorico Projects\Backup Projects”*.Dorico /s /c /r /y /d d:"DoricoBackupProjects"

rem Backup Projects to D done

There will be a similar copying program available for Mac.