Ticket UUID: | d3ab7965c636275e51f13cbcc1c85500ac084569 | ||
Title: | fossil artifact needs checkout | ||
Status: | Fixed | Type: | Feature_Request |
Severity: | Minor | Priority: | |
Subsystem: | Resolution: | Fixed | |
Last Modified: | 2010-10-26 18:29:29 | ||
Version Found In: | 05b152aedf | ||
Description & Comments: | |||
It is useful for debugging if artifacts can be obtained directly from a fossil repository without having to create a checkout. Aka support "fossil artifact -R".
drh added on 2010-10-25 20:12:18: anonymous added on 2010-10-26 15:42:22: % fossil help artifact Usage: fossil artifact ARTIFACT-ID ?OUTPUT-FILENAME? There is no way to specify a repository to extract the artifact directly without having to open it first. On the same line: % fossil help test-parse-manifest Usage: fossil test-parse-manifest FILENAME ?N? There is absolutely no reason why it needs a repository at all. Not helpful when debugging why a rebuild failed. |