From 9c6a20771ed186ad8870150d1ab5167f7635b542 Mon Sep 17 00:00:00 2001 From: "grawity@2ea26be48562f66fcb9b66307da72b1e2e37453f" Date: Fri, 15 Jan 2016 13:31:37 +0000 Subject: [PATCH] Added a comment: usage changes --- ...ent_1_29cef6b8e48e722fafed3fe9b7cefe08._comment | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 doc/tips/unlocked_files/comment_1_29cef6b8e48e722fafed3fe9b7cefe08._comment diff --git a/doc/tips/unlocked_files/comment_1_29cef6b8e48e722fafed3fe9b7cefe08._comment b/doc/tips/unlocked_files/comment_1_29cef6b8e48e722fafed3fe9b7cefe08._comment new file mode 100644 index 0000000000..9a0c6c990e --- /dev/null +++ b/doc/tips/unlocked_files/comment_1_29cef6b8e48e722fafed3fe9b7cefe08._comment @@ -0,0 +1,14 @@ +[[!comment format=mdwn + username="grawity@2ea26be48562f66fcb9b66307da72b1e2e37453f" + nickname="grawity" + subject="usage changes" + date="2016-01-15T13:31:37Z" + content=""" +This sounds interesting. But OTOH I'm curious about upgrades from direct mode (which I assume will soon go away): + +If currently I just use `annex add; annex sync --content` on a media repo, would that change to `git add --all; git commit -m whatever; annex unlock *; annex sync --content`? That is, will v6 require the manual commit step? + +Also, when `annex get` or `annex sync` retrieve files from another repo, will there be an option to have the files unlocked by default, as in v5 direct mode? + +(I'm kinda hoping for `annex init --thin` or something similar to the v5 `annex direct`, as manually setting config options is easy to forget.) +"""]]