This commit is contained in:
ruslan@302cb7f8d398fcce72f88b26b0c2f3a53aaf0bcd 2024-06-06 10:29:21 +00:00 committed by admin
parent 6985c62a47
commit a1e1af35af

View file

@ -1,3 +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?
As I understand - there is currently no way to track metadata for directories with `git annex metadata` (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)?