I'd like to retrieve the same sort of information that Fossil makes 
available via its built-in webserver. I can get a list of revisions 
easily enough using "Fossil timeline" but I don't know how to get 
information about each revision. For each revision I'd like to be able 
to get a list of affected files, and for each file I'd like to be able 
to get diffs against the previous revision. I can see that each file 
revision is assigned an artifact ID, and I can see that each revision of 
the manifest file identifies all the different file versions in the 
revision, but I can't see an easy way to get that manifest content 
without performing a checkout to a given version.

Along similar lines, is there anything like an "export" command in 
Fossil? i.e., I'd like the ability to retrieve a given version of a file 
(possibly just dumping it to stdout) without performing a full checkout? 
I know that I can get that content via "Fossil deconstruct" but I'd 
prefer not to dump the entire repository.

Thanks,
Jeff
_______________________________________________
fossil-users mailing list
[email protected]
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to