summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar https://www.google.com/accounts/o8/id?id=AItOawmmPHsszTlpa3s3x_LEzmEYkZfEmqq7IjU <Jan@web>2012-11-10 00:31:47 +0000
committerGravatar admin <admin@branchable.com>2012-11-10 00:31:47 +0000
commit54feda3922e17766fe5c5058981262517d0ca191 (patch)
treeeef195a01bc9b9ce7cef30c32eee5b20da1dad22
parent82403c8d5352d11a8dc1dac1364f1a8a68051d56 (diff)
-rw-r--r--doc/bugs/three_character_directories_created.mdwn51
1 files changed, 51 insertions, 0 deletions
diff --git a/doc/bugs/three_character_directories_created.mdwn b/doc/bugs/three_character_directories_created.mdwn
new file mode 100644
index 000000000..68dd7bc74
--- /dev/null
+++ b/doc/bugs/three_character_directories_created.mdwn
@@ -0,0 +1,51 @@
+What steps will reproduce the problem?
+
+I don't know how, but this happened already a second time, I don't know how to reproduce this yet.
+
+What is the expected output? What do you see instead?
+
+There are many three character name directories created that look like the parts of a hash - and each contains a logfile.
+
+ % ls
+ 027
+ 1d1
+ 1e3
+ 232
+ 36e
+ 583
+ 5f6
+ 69c
+ 9ea
+ bd7
+ c46
+ d20
+ d48
+ f31
+ f88
+ uuid.log
+ [+the intended data directories]
+
+ % find 027/
+ 027/
+ 027//b73
+ 027//b73/SHA256-s10108928--3c3766aed8b66de9d0ef37820e0ddfba25f9463b37f30e25ceb5ce3cdf12db36.log
+
+ % cat f88/7c3/SHA256-s4100608--903530747dfdc7bc9d487d7cbd8ab09ddc1ffad52c08849d049c8a5ff5cfb854.log
+ 1351711677.187589s 1 2efd46d2-0e32-11e2-95fe-f73f09c6615e
+ 1351971337.667243s 1 ab50cd8a-11c0-11e2-934c-87e45f64e5c6
+
+What version of git-annex are you using? On what operating system?
+
+% git-annex version
+git-annex version: 3.20121017
+local repository version: 3
+default repository version: 3
+supported repository versions: 3
+upgrade supported from repository versions: 0 1 2
+
+OS X 10.6.8
+
+Please provide any additional information below.
+
+I use a symlink to the repository to change into it.
+