I'm experimenting with downloading specific versions of Fossil via its /tarball/ mechanism, but no matter what URL I use, I always get the current trunk.

Here are a few I've tried:

http://www.fossil-scm.org/fossil/tarball?ci=version-1.27

http://www.fossil-scm.org/fossil/tarball/version-1.27.tar.gz

http://www.fossil-scm.org/fossil/tarball/13ad13092060dfb995404ca354aa4e458d66fdbf.tar.gz

Changing the name of the final URL component only succeeds in changing the name of the directory into which the archive unpacks. The VERSION file contains 1.28 every time.

tar.c appears to try to convert the filename (sans .tar.gz) to an RID (I assume that means aRtifact ID), but this doesn't seem to be working. Or it could be that I'm not specifying the name right. An example would be helpful.

--
Andy Goth | <andrew.m.goth/at/gmail/dot/com>
_______________________________________________
fossil-users mailing list
[email protected]
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to