Fossil

View Ticket
Login
2008-12-09
05:25 Ticket [e02ffabcda] recursive add status still Fixed with 1 other change ... (artifact: 5cc7fd733f user: anonymous)
2008-12-07
18:12 Fixed ticket [e02ffabcda]. ... (artifact: 274dabb8aa user: drh)
18:11
Enhance the "fossil add" command so that when a directory is named, all contents of that directory are added recursively. Ticket [e02ffabcdaaaf606099ac09227833ba282fdaace] ... (check-in: 8c4e72e223 user: drh tags: trunk)
2008-11-28
23:19 Ticket [e02ffabcda] recursive add status still Open with 2 other changes ... (artifact: 58c54d8dc5 user: anonymous)
2008-11-27
23:16 Ticket [e02ffabcda]: 1 change ... (artifact: a6c776b9ca user: anonymous)
22:29 Ticket [e02ffabcda]: 2 changes ... (artifact: e545bd78d1 user: anonymous)
2008-11-26
19:40 New ticket [e02ffabcda]. ... (artifact: a39cc3c39e user: anonymous)

Ticket Hash: e02ffabcdaaaf606099ac09227833ba282fdaace
Title: recursive add
Status: Fixed Type: Feature_Request
Severity: Priority:
Subsystem: Resolution: Fixed
Last Modified: 2008-12-09 05:25:49
17.32 years ago
Created: 2008-11-26 19:40:22
17.35 years ago
Version Found In:
Description:
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.