Frage

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.

War es hilfreich?

Lösung

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

Andere Tipps

you could convert the history to git. and then look up how to remove file from git and then rebuild the fossil repository from that. the only problem is the tickets and wiki are gone

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top