Overview
Artifact ID: | 9167a341f219dada476541d321b8cac882adfa0f |
---|---|
Ticket: | e0352240adeafd4d4d8d297c2141dacf076507b7
Support for importing vendor source |
User & Date: | wolfgang 2010-10-13 19:44:04 |
Changes
- Appended to comment:
<hr /><i>wolfgang added on 2010-10-13 19:44:04:</i><br /> I have added an experimental IMPORT command to my branch wolfgangHelpCommand (checkin [b37d5f256e]). Maybe you take a look at it and/or test it in your environment. The command help is: <pre> Usage: fossil.exe import If used in a checkout, the current checkout file tree is synchronized with the repository: * all files, existing in the file tree but not in the repository (files displayed using the "extra" command) are added to the repository - see also "add" * all files, existing in the repository, not existing in the file tree (files displayed as MISSING using the "status" command) are removed from the repository - see also "rm" The command does not "commit"! This command can be used to track third party software. </pre> best regards Wolfgang