summaryrefslogtreecommitdiff
path: root/doc/forum/treat_directory_with_multiple_files_as_a_single_item.mdwn
diff options
context:
space:
mode:
Diffstat (limited to 'doc/forum/treat_directory_with_multiple_files_as_a_single_item.mdwn')
-rw-r--r--doc/forum/treat_directory_with_multiple_files_as_a_single_item.mdwn7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/forum/treat_directory_with_multiple_files_as_a_single_item.mdwn b/doc/forum/treat_directory_with_multiple_files_as_a_single_item.mdwn
new file mode 100644
index 000000000..f91cfb308
--- /dev/null
+++ b/doc/forum/treat_directory_with_multiple_files_as_a_single_item.mdwn
@@ -0,0 +1,7 @@
+In my analyses I often have multiple generated (>10k) small files in a single directory.
+
+
+I would like to store this in git annex, in order to version them and probably even synchronize. The problem is that if a huge number of files is stored inside the repository, the repository itself becomes huge and slow. There are some ways to improve the performance ([[tips/Repositories_with_large_number_of_files]], [[forum/Handling_a_large_number_of_files]], [[forum/__34__git_annex_sync__34___synced_after_8_hours]]), but it doesn't solve the issue completely.
+
+
+I was wondering if it is possible to force git annex to treat a single directory as one item in history? Probably with abandoning the checksum verification.