Fossil SCM
ZIP archive of changed files between two check-ins
Open
a53f65f57f4829d…
· opened 15 years, 9 months ago
- Type
- Feature_Request
- Priority
- —
- Severity
- Minor
- Resolution
- Open
- Subsystem
- —
- Created
- July 7, 2010 12:26 p.m.
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.
Comments (1)
stephan
3 years, 2 months ago
Adding a comment to automatically move this ticket from the "stale" list to the "current" list. This seems like an interesting feature request.