Hello,

I'm making a way to attach a fossil revision as a Tcl Virtual File System.

I found it a bit tricky to extract information from fossil and would like to
know if I have missed some command that could make it easier.

For a given revision I want a list of all files, their size and time stamp.

I use 'fossil ls --age <rev> .' to get all files and their time stamp.

Doing 'fossil artifact <rev>' and picking out "F" lines gives me files and
their SHA.
And finally 'fossil whatis <sha>' gives my the size of each file.

Is there an easier way?

Attached is my experiment this far, if anyone is interested.

/Peter

Attachment: fossilvfs.tcl
Description: Tcl script

_______________________________________________
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to