How to remove a binary file from fossil history

fossil

Solution

Does shunning content covers what you need? It effectively prevents the files from being synced.

Problem

This situation happens a little often, your whole repository has 2MB and then someone thinks it would be great to have a backup of selenium.jar with 20MB in repository. So everyone now must download a repository with at lest 22MB, and version after version of the new binary file the repository grows its size. Is possible to remove a binary file from fossil? I read that one of fossil philosophies is to never rewrite history, but I don't want to rewrite history I just want to remove the history content like a missing artifact.

Original source