diff options
author | zkaufman <zkaufman@web> | 2017-05-31 20:18:36 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2017-05-31 20:18:36 +0000 |
commit | c4fad2a207dd20fef17aec3e72d1865cdbfe69db (patch) | |
tree | 66f21d5381f3032dfb6ec9cfc96217e096a98659 /doc | |
parent | 3fccffd98c409e7ae7fd444927e97e8d3505c2db (diff) |
Diffstat (limited to 'doc')
-rw-r--r-- | doc/bugs/Adding_metadata.mdwn | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/doc/bugs/Adding_metadata.mdwn b/doc/bugs/Adding_metadata.mdwn new file mode 100644 index 000000000..1869baeb4 --- /dev/null +++ b/doc/bugs/Adding_metadata.mdwn @@ -0,0 +1,18 @@ +### Please describe the problem. +This is less of a bug and more of a feature(?) request. Currently, when assigning metadata to a datafile, git annex (v5.20150710-g8fd705) will produce no error or warning message if the file entered does not exist. This can be a tad confusing to users who might expect to see some output if they typed their path wrong. A successful `git annex metadata <filename> -s tags=best` will produce output acknowledging the change, but a failure produces no output at all. A quick check if the file exists, and a `File does not exist` error message if not, would be easy implement and helpful to new users. + +### What steps will reproduce the problem? + +git annex metadata <filename> -s tags+=atlas + +Where <filename> does not exist. + +### What version of git-annex are you using? On what operating system? + +v5.20150710-g8fd705 + +### Have you had any luck using git-annex before? (Sometimes we get tired of reading bug reports all day and a lil' positive end note does wonders) + +We use git-annex for our open-source !FreeSurfer software and find very helpful indeed. Thank you. https://surfer.nmr.mgh.harvard.edu/ + + |