summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2017-09-18 19:22:45 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2017-09-18 19:22:45 -0400
commit15ea6c9f3eb1bc741d79f898d1ec45af74dcbb23 (patch)
tree5eca1e232041b5090ee1337cb8724637ee4587f6
parent36533ce176ec653f62fe740f9907f527e4f36361 (diff)
devblog
-rw-r--r--doc/devblog/day_473__distributed_use_of_exports.mdwn17
1 files changed, 17 insertions, 0 deletions
diff --git a/doc/devblog/day_473__distributed_use_of_exports.mdwn b/doc/devblog/day_473__distributed_use_of_exports.mdwn
new file mode 100644
index 000000000..311329246
--- /dev/null
+++ b/doc/devblog/day_473__distributed_use_of_exports.mdwn
@@ -0,0 +1,17 @@
+The tricky part of the `git annex export` feature has definitely been
+making it work in a distributed situation. The last details of that seem to
+have been worked out now.
+
+I had to remove support for dropping individual files from export remotes.
+The [[design|design/exporting_trees_to_special_remotes]] has a scenario
+where that makes distributed use of exports inconsistent.
+
+But, what is working now is `git annex export` being run in one repository,
+and then another repository, after syncing, can get files from the export.
+
+Most of export is done now. The only thing I'm thinking about adding is
+a way to make an export track a branch. so `git annex sync` can update
+the export.
+
+Today's work was sponsored by Jake Vosloo on
+[Patreon](https://patreon.com/joeyh/).