summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar https://www.google.com/accounts/o8/id?id=AItOawmi5n3M8NMWsDYth_TGGRuJ4_CM2tPQfwg <Aditya@web>2014-01-07 02:52:20 +0000
committerGravatar admin <admin@branchable.com>2014-01-07 02:52:20 +0000
commit1e1956eb4b46811312ee61fbce9963ec163f6a43 (patch)
tree251456b70973460c7104d1c376d11e7a605517f9
parentf16cc47acb387a2e310b8978747b056aae52f73b (diff)
-rw-r--r--doc/bugs/git-annex_add_hangs_indefinitely_on_all_files.mdwn30
1 files changed, 30 insertions, 0 deletions
diff --git a/doc/bugs/git-annex_add_hangs_indefinitely_on_all_files.mdwn b/doc/bugs/git-annex_add_hangs_indefinitely_on_all_files.mdwn
new file mode 100644
index 000000000..b28d6c748
--- /dev/null
+++ b/doc/bugs/git-annex_add_hangs_indefinitely_on_all_files.mdwn
@@ -0,0 +1,30 @@
+### Please describe the problem.
+
+Running "git annex add" on a file of any size (whether 10KB or 1GB) hangs forever, must be killed with ^C, and does not add the file.
+
+"git annex unannex" still works, as do other commands like "git annex status", "git annex whereis", etc.
+
+### What steps will reproduce the problem?
+
+Running "git annex add" from this computer on any git annex repository on any hard drive.
+
+### What version of git-annex are you using? On what operating system?
+
+I am using 3.20121127 on Arch Linux with git version 1.8.5.2.
+
+My hard drive has several gigabytes of free space, and I have no trouble using git itself for development in other repositories.
+
+I have been using this for over a year with no problem; I first noticed this about a week ago, and it must have started within the last ~3 weeks at most.
+
+
+### Please provide any additional information below.
+
+[[!format sh """
+# If you can, paste a complete transcript of the problem occurring here.
+# If the problem is with the git-annex assistant, paste in .git/annex/daemon.log
+
+$git annex add test.txt
+add test.txt
+
+# End of transcript or log.
+"""]]