-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
Description
With Chorus IT support has a number of tools, most of them are specifically for hg, but there's some like the LCM model viewer that maybe relevant here too.
The good news is that since the data is stored in sqlite any tool for looking at a sqlite database would work great. Some things that might be useful which may not be simple with just a simple database tool:
- list changes made after an object was deleted
- find hybrid clock time issues (lots of commits with the same time and different counters)
- get snapshot at a point in time
- replay changes / make object from scratch and compare with current snapshot