On Tue, Oct 04, 2011 at 02:49:15PM +0200, Gilles wrote: > On Tue, 4 Oct 2011 08:45:44 -0400, Richard Hipp > <[email protected]> wrote: > >Don't do that. The purpose of Fossil is to remember, not to forget. > > I understand the reason, but I would still like to use this feature. > > How can I get a list of the artifact ID's for each file in the > repository?
There is an artifact ID for every file *version* in the repository. You can check the artifacts introduced at each checkin info web page, for example. I'd personally like 'fossil ls' to show some more information beyond the filename, but I don't know by now a command that will list the artifacts of every file in the repository. But if you have not enabled delta-manifests, you may check the manifest in the checkin info page; it should include all files and their artifacts. Regards, Lluís. _______________________________________________ fossil-users mailing list [email protected] http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

