summaryrefslogtreecommitdiff
path: root/doc/bugs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2015-07-20 13:49:26 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2015-07-20 13:49:26 -0400
commit80d1eefa245255840c690a77f5a8e7a1f2b3d918 (patch)
treefed19eca7eefcfea63cb2579d2d63d96ebca62f3 /doc/bugs
parent5766708b9261ea90a20c8beaa41bffac4ea11779 (diff)
move to todo
Diffstat (limited to 'doc/bugs')
-rw-r--r--doc/bugs/Metadata_changes_are_not_reflected_in_a_view.mdwn31
-rw-r--r--doc/bugs/Metadata_changes_are_not_reflected_in_a_view/comment_1_5c3a0d8ec7b1da69b0d81aa4acc0c75b._comment18
2 files changed, 0 insertions, 49 deletions
diff --git a/doc/bugs/Metadata_changes_are_not_reflected_in_a_view.mdwn b/doc/bugs/Metadata_changes_are_not_reflected_in_a_view.mdwn
deleted file mode 100644
index cf8e1063c..000000000
--- a/doc/bugs/Metadata_changes_are_not_reflected_in_a_view.mdwn
+++ /dev/null
@@ -1,31 +0,0 @@
-### Please describe the problem.
-Changing metadata while being in an active view will not update the view.
-
-### What steps will reproduce the problem?
-(inside a repository)
-
-1. Create a file
-
- $ uuidgen >file
-
-2. switch into a view
-
- $ git annex view !blah
- $ ls
- file
-
-3. changed the metadata the view is based upon
-
- $ git annex metadata -t blah file
- $ ls
- file
-
- It would be nice/expected that the view gets updated when the metadata changes, hiding 'file' now
-
-
-### What version of git-annex are you using? On what operating system?
-
-git-annex version: 5.20141024~bpo70+1
-on debian wheezy with backports
-
-### Please provide any additional information below.
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
deleted file mode 100644
index 9b079791b..000000000
--- a/doc/bugs/Metadata_changes_are_not_reflected_in_a_view/comment_1_5c3a0d8ec7b1da69b0d81aa4acc0c75b._comment
+++ /dev/null
@@ -1,18 +0,0 @@
-[[!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.
-"""]]