diff --git a/doc/forum/How_to_add_git_annex_metadata_to_directories__63__.mdwn b/doc/forum/How_to_add_git_annex_metadata_to_directories__63__.mdwn new file mode 100644 index 0000000000..f5920e2b55 --- /dev/null +++ b/doc/forum/How_to_add_git_annex_metadata_to_directories__63__.mdwn @@ -0,0 +1,3 @@ +As I understand - there is currently now way to track metadata for directories with `git annex metadata`, and it only works for files. Is that indeed the case? + +One workaround I'm looking at is to add a metadata placeholder file for directory metadata inside the directory. As I understand - each directory would need to have such file with some unique content (perhaps UUID), otherwise metadata between files for different directories will actually collide. Are there alternatives/better solutions for tracking datasets metadata (groups of files in a folder)?