>> I wonder how difficult would it be to version fileage information in >> fossil repository. > >Can you explain what you mean by this? I am not sure about specific implementation. The idea seems like while mtime changes of files are acquired (perhaps when "mtime-changes" are computed) store them in fossil repository (table/ "virtual file" with content similar to ls -al) which would be then "versioned" by standard fossil means. Something similar like taking ls -al of all files in repository, redirecting output to file and versioning that file. Except this would happen automatically on commit or some other command. Such information could be displayed in "File Tree" menu or for file restoring purposes. Does it illustrate the idea sufficiently?
Peter _______________________________________________ fossil-users mailing list [email protected] http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

