From eac16afc1b68ebf9d1e2578212f18818b37de125 Mon Sep 17 00:00:00 2001 From: "https://www.google.com/accounts/o8/id?id=AItOawmhfodZquCI_EEl-f3h7HkROTszlsQL6yA" Date: Fri, 14 Jun 2013 18:09:53 +0000 Subject: [PATCH] --- ...when_adding_17_files_at_once_or_more_.mdwn | 21 +++++++++++-------- 1 file 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 2e2a1b69de..04d3449c0c 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.