sim: implement addtree

This commit is contained in:
Joey Hess 2024-09-20 10:34:52 -04:00
parent 29d8429779
commit f061ae92fb
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
3 changed files with 41 additions and 8 deletions

View file

@ -137,12 +137,12 @@ as passed to "git annex sim" while a simulation is running.
quantity of files that have the particular properties you are interested
in.
When run in a subdirectory of the repository, only files in that
subdirectory are considered for addition.
This can be used with the same files more than once, to make multiple
repositories in the simulation contain the same files.
Note that adding a large number of files to the simulation can slow it
down and make it use a lot of memory.
* `add filename size repo [repo ...]`
Create a simulated annexed file with the specified filename and size,

View file

@ -30,8 +30,6 @@ Planned schedule of work:
* Currently working in [[todo/proving_preferred_content_behavior]]
* sim: implement addtree
* sim: May need to use LiveUpdate to make size balanced preferred content
work