View Ticket
Not logged in
Ticket UUID: a53f65f57f4829da5039337bbdd305da4f234d13
Title: ZIP archive of changed files between two check-ins
Status: Open Type: Feature_Request
Severity: Minor Priority:
Subsystem: Resolution:
Last Modified: 2010-07-07 12:26:48
Version Found In: 15b293259d
Description & Comments:
Wondering whether it is possible to have some command like:
fossil zip VERSION [--relative REFERENCE_VERSION] OUTPUTFILE [--name DIRECTORYNAME]

which generates a ZIP archive for a specified version, excluding files that existed at time of REFERENCE_VERSION and have not changed since.

I am aware that this raises some problems like: * Does it make sense when REFERENCE_VERSION is not an ancestor of VERSION? * How can one include information about files that have been deleted between both versions?

Thank you for having read this ticket and, I hope, for your answers.