File: day_590__toward_importing_from_externals.mdwn

package info (click to toggle)
git-annex 8.20210223-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 68,764 kB
  • sloc: haskell: 70,359; javascript: 9,103; sh: 1,304; makefile: 212; perl: 136; ansic: 44
file content (11 lines) | stat: -rw-r--r-- 550 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
I've added an
[[external_special_remote_protocol/export_and_import_appendix]]
to the [[external_special_remote_protocol]] which documents how
the protocol might be extended to allow for importing from external special
remotes.

Feel this needs more thought. It's complicated by there already
being an interface that only supports export, and import needing all
the same operations, but with more checks that the content has not been
modified behind git-annex's back. Unifying them at the protocol level would
be possible, but perhaps more confusing.