|
I'd like to examine how the information about repos gets stored in the descriptors.jsondb file, preferably without having to debug the Program to the points where the data gets stored in the vhashes etc. Is there a way to view the contents of that file, perhaps with vscript? |
|
The easiest way to examine the contents of descriptors.jsondb is with vscript:
You can get this same information for a single repository using vv:
If you wanted to drop down one layer of abstraction, a jsondb file is a sqlite3 database, so you could also poke around in it with sqlite3 tools. thansk a lot - that's exactly what I need and it leads me to my next question which I will post in a few seconds :)
(Jan 27 at 08:50)
Arne Mertz
|