On 4/7/18, jungle boogie <[email protected]> wrote: > Hi DRH, > > I think this commit is real useful: > https://www.fossil-scm.org/index.html/info/3e94c7ed74a07741 > > Thanks! > > To enhance it a little more, what do you think about having the latest > commit on trunk having a generic filename such as trunk.zip/.tar.gz/.sqlar?
That already works. See https://www.fossil-scm.org/index.html/doc/trunk/www/checkin_names.wiki for details. The check-in name can be a branch name, or tag, or a date-time stamp, or a hash prefix, or some combination like: https://whatever.dom/fossil/tarball/trunk:2018-01-01/download.tar.gz In the previous, it will give you the last check-in on trunk prior to 2018-01-01. To get the latest trunk check-in, do this: https://whatever.dom/fossil/tarball/trunk/download.tar.gz -- D. Richard Hipp [email protected] _______________________________________________ fossil-users mailing list [email protected] http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

