move to todo

This commit is contained in:
Joey Hess 2015-07-20 13:49:26 -04:00
parent 3889ce16ac
commit 43bdd2c109
2 changed files with 0 additions and 0 deletions

View file

@ -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.

View file

@ -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.
"""]]