Fresh IDE . Help: repack
Not logged in

This repository is a mirror!

The original is located on: https://fresh.flatassembler.net/fossil/repo/fresh
If you want to follow the project, please update your remote-url

The "repack" command:

Usage: fossil repack ?REPOSITORY?

Perform extra delta-compression to try to minimize the size of the repository. This command is simply a short-hand for:

fossil rebuild --compress-only

The name for this command is stolen from the "git repack" command that does approximately the same thing in Git.