incomplete action to download files from import
This commit is contained in:
parent
b6e2a5e9c2
commit
f4b773e9a1
4 changed files with 100 additions and 13 deletions
|
@ -10,6 +10,13 @@ this.
|
|||
|
||||
## implementation notes
|
||||
|
||||
* import can run out of disk space. Should listImportableContents
|
||||
include the size of the file, so that annex.diskreserve can be checked?
|
||||
|
||||
* Should retrieveExportWithContentIdentifier have a FilePath parameter,
|
||||
to tell it the file to retrieve to? And if so, would it make sense to
|
||||
have a ContentLocation -> Key, so it can use gitAnnexTmpObjectLocation?
|
||||
|
||||
* "git annex import master --from rmt" followed by "git annex import master:sub --from rmt"
|
||||
first makes the tracking branch contain only what's in the remote,
|
||||
and then grafts what's in the remote into a subdir. Is that the behavior
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue