From 3889ce16acdd255c025eb06984c2a27f2fbe3bf7 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 20 Jul 2015 13:48:21 -0400 Subject: [PATCH] comment --- ...1_5c3a0d8ec7b1da69b0d81aa4acc0c75b._comment | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 doc/bugs/Metadata_changes_are_not_reflected_in_a_view/comment_1_5c3a0d8ec7b1da69b0d81aa4acc0c75b._comment diff --git a/doc/bugs/Metadata_changes_are_not_reflected_in_a_view/comment_1_5c3a0d8ec7b1da69b0d81aa4acc0c75b._comment b/doc/bugs/Metadata_changes_are_not_reflected_in_a_view/comment_1_5c3a0d8ec7b1da69b0d81aa4acc0c75b._comment new file mode 100644 index 0000000000..9b079791b1 --- /dev/null +++ b/doc/bugs/Metadata_changes_are_not_reflected_in_a_view/comment_1_5c3a0d8ec7b1da69b0d81aa4acc0c75b._comment @@ -0,0 +1,18 @@ +[[!comment format=mdwn + username="joey" + subject="""comment 1""" + date="2015-07-20T17:45:13Z" + content=""" +This might be worth adding. But, one of the ways views can be used +is to use file operations to adjust the metadata that is being viewed. + +So, when you delete a file from a view, and git commit, git-annex +will remove the metadata that had made the file be in the view. + +And, if you copy or move a file in a view to a different subdirectory, +and add and git commit the change, the metadata will be updated to +update the metadata to reflect the files new location. + +As such, I see this as a wishlist todo item at best, and will move it from +the bugs list to the todo list. +"""]]