문제

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.

도움이 되었습니까?

해결책

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

다른 팁

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

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top