Overview
Artifact ID: | c0bd28fde4a5dbe2a931d825850faec963e4bcad |
---|---|
Ticket: | e0352240adeafd4d4d8d297c2141dacf076507b7
Support for importing vendor source |
User & Date: | anonymous 2010-10-13 11:30:22 |
Changes
- comment changed to:
When tracking third party software in Fossil, I want to have better support for checking external source in in full. Handling it manually is tiresome: <pre> fossil open ~/repo/project vendor --keep fossil add $(fossil extras --dotfiles) fossil rm $(fossil changes | awk '$1 == "MISSING" {print $2}' fossil ci -m "Import vendor version 6.6.6" </pre> The shell magic is error-prone, it works badly with files containing white space in names, it is good luck I haven't run into problems yet. I propose to create some "import" command that synchronizes inventory with file system.
- private_contact changed to: "77d1fb9b8673fda6e5de8f02a6ad22d96857b3e1"
- severity changed to: "Important"
- status changed to: "Open"
- title changed to: "Support for importing vendor source"
- type changed to: "Feature_Request"