This commit is contained in:
ruslan@302cb7f8d398fcce72f88b26b0c2f3a53aaf0bcd 2024-06-05 17:45:49 +00:00 committed by admin
parent 93b11da4db
commit 7dbfb16415

View file

@ -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)?