summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2012-11-10 00:27:25 -0400
committerGravatar Joey Hess <joey@kitenet.net>2012-11-10 00:27:25 -0400
commit9878bea94e465333bbfb32ae7bb410d59014749c (patch)
treeefb6c0d7760760f14e14049be6afa482b2ba9a9e
parentcda928f8224ca900d5af9e923a3d39fe57824636 (diff)
parent952a20d525ca6e8238fdbe0bbb179bad44d0be6c (diff)
Merge branch 'master' of ssh://git-annex.branchable.com
-rw-r--r--doc/bugs/three_character_directories_created.mdwn51
-rw-r--r--doc/bugs/three_character_directories_created/comment_1_dd91de24dab4f2eaded1f7d659869d4d._comment8
2 files changed, 59 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.
+
diff --git a/doc/bugs/three_character_directories_created/comment_1_dd91de24dab4f2eaded1f7d659869d4d._comment b/doc/bugs/three_character_directories_created/comment_1_dd91de24dab4f2eaded1f7d659869d4d._comment
new file mode 100644
index 000000000..158fa8e9e
--- /dev/null
+++ b/doc/bugs/three_character_directories_created/comment_1_dd91de24dab4f2eaded1f7d659869d4d._comment
@@ -0,0 +1,8 @@
+[[!comment format=mdwn
+ username="http://joeyh.name/"
+ ip="4.152.108.27"
+ subject="comment 1"
+ date="2012-11-10T00:36:49Z"
+ content="""
+The three character directories, as well as the uuid.log file are supposed to stay in the git-annex branch. Perhaps you have somehow merged that branch into your master branch? I recommend you look at the history of your git repository to see how it happened. It seems very unlikely that git-annex did this.
+"""]]