Fossil SCM
recursive add
e02ffabcdaaaf60…
· opened 17 years, 4 months ago
- Type
- Feature_Request
- Priority
- —
- Severity
- —
- Resolution
- Fixed
- Subsystem
- —
- Created
- Nov. 26, 2008 7:40 p.m.
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.