summaryrefslogtreecommitdiff
path: root/doc/bugs/windows_port_-_git_annex_add_hangs_when_adding_17_files_at_once_or_more_.mdwn
diff options
context:
space:
mode:
authorGravatar https://www.google.com/accounts/o8/id?id=AItOawmhfodZquCI_EEl-f3h7HkROTszlsQL6yA <Joe@web>2013-06-14 18:09:53 +0000
committerGravatar admin <admin@branchable.com>2013-06-14 18:09:53 +0000
commit8c7bc707d43b6083b518e14561679d24aaff94fc (patch)
treee765731d907402008fa1da8ef651823ab782851c /doc/bugs/windows_port_-_git_annex_add_hangs_when_adding_17_files_at_once_or_more_.mdwn
parentcee3ca7f9fa392a66b9424dded6676d9f8d5f058 (diff)
Diffstat (limited to 'doc/bugs/windows_port_-_git_annex_add_hangs_when_adding_17_files_at_once_or_more_.mdwn')
-rw-r--r--doc/bugs/windows_port_-_git_annex_add_hangs_when_adding_17_files_at_once_or_more_.mdwn21
1 files changed, 12 insertions, 9 deletions
diff --git a/doc/bugs/windows_port_-_git_annex_add_hangs_when_adding_17_files_at_once_or_more_.mdwn b/doc/bugs/windows_port_-_git_annex_add_hangs_when_adding_17_files_at_once_or_more_.mdwn
index 2e2a1b69d..04d3449c0 100644
--- a/doc/bugs/windows_port_-_git_annex_add_hangs_when_adding_17_files_at_once_or_more_.mdwn
+++ b/doc/bugs/windows_port_-_git_annex_add_hangs_when_adding_17_files_at_once_or_more_.mdwn
@@ -3,13 +3,12 @@ git annex add hangs on the windows port when adding many files at once. It seems
Running in debug, it hangs on this:
-[2013-06-14 13:59:46 Eastern Daylight Time] feed: git ["--git-dir=C:\\temp\\back
-up\\q10\\.git","--work-tree=C:\\temp\\backup\\q10","update-index","-z","--index-
-info"]
+ [2013-06-14 13:59:46 Eastern Daylight Time] feed: git ["--git-dir=C:\\temp\\backup\\q10\\.git","--work-tree=C:\\temp\\backup\\q10","update-index","-z","--index-info"]
### What steps will reproduce the problem?
+[[!format sh """
git init t17
cd t17
git annex init
@@ -35,15 +34,19 @@ add 8.txt (checksum...) ok
add 9.txt (checksum...) ok
(Recording state in git...)
+** gets stuck here
+
+"""]]
### What version of git-annex are you using? On what operating system?
-git-annex version: 4.20130601-gc01f842
-build flags: Pairing Testsuite S3 WebDAV DNS
-local repository version: 4
-default repository version: 3
-supported repository versions: 3 4
-upgrade supported from repository versions: 2
+ git-annex version: 4.20130601-gc01f842
+ build flags: Pairing Testsuite S3 WebDAV DNS
+ local repository version: 4
+ default repository version: 3
+ supported repository versions: 3 4
+ upgrade supported from repository versions: 2
+
### Please provide any additional information below.