Overview
Artifact ID: | cd4f0116b582c135ed872a36225e865e8988e199 |
---|---|
Ticket: | 5a13dbd275acf6b5f73c86c735eb7f415cbc8cbd
add and ci/commit are inconsistent wrt "*" handling |
User & Date: | kkinnell 2009-02-20 22:54:17 |
Changes
- Appended to comment:
<hr><i>kkinnell added on 2009-02-20 22:54:17:</i><br> On a Unix or GNU box you can do this if * You're <em>not</em> trying to recurse * There aren't any 'extra' files in the directory * You get the full path from the root of the checkout. That last is as easy as starting at the checkout root, and <br /> <code>fossil commit path/to/the/checkins/*</code> You may not even need the "full" path—but it never hurts to over-specify a path. A short Perl (or some lesser language ;) script can clean and commit a particular directory in one swell foop.