View Ticket
Not logged in
Ticket UUID: e02ffabcdaaaf606099ac09227833ba282fdaace
Title: recursive add
Status: Fixed Type: Feature_Request
Severity: Priority:
Subsystem: Resolution: Fixed
Last Modified: 2008-12-09 05:25:49
Version Found In:
Description & Comments:
It would be very useful to have a way to recursively add all specified files/directories. suggest either a -R flag to add or a new command

anonymous added on 2008-11-27 22:29:01:
I would like to see this feature implemented as well. Thanks.


anonymous claiming to be Kees Nuyt added on 2008-11-27 23:16:51:
Just a remark: I prefer to use the unix command find for that purpose, with the advantage that the list to add can be easily reviewed by leaving out the "-exec fossil add {} \;" part in a test run.

But I know mileages vary.


anonymous claiming to be kkinnell added on 2008-11-28 23:19:57:
This is essentially a duplication of Feature Request ticket 04a259be40.


drh added on 2008-12-07 18:12:37:
See check-in 8c4e72e22320d3de04ffcd9fe63b63b98d946db8


anonymous added on 2008-12-09 05:25:49:
Thanks, recursive add adds files to repository nicely.