From 0c7fee832ac8c1c21f2aefe932183314c14f891d Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 16 Oct 2017 14:50:30 -0400 Subject: [PATCH] close bug --- CHANGELOG | 2 +- doc/bugs/git-annex_can_no_longer_copy_files_to_box.mdwn | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index ea488f81ea..f6c1c8daae 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -6,7 +6,7 @@ git-annex (6.20171004) UNRELEASED; urgency=medium of the repository when storing files there, since that collection is created by initremote. (This seems to work around some brokenness of the box.com webdav - server which was entering a redirect loop.) + server, which caused uploads to be very slow or sometimes fail.) * add: Replace work tree file atomically. Before, there was a window where interrupting an add could result in the file being moved into the annex, with no symlink yet created. diff --git a/doc/bugs/git-annex_can_no_longer_copy_files_to_box.mdwn b/doc/bugs/git-annex_can_no_longer_copy_files_to_box.mdwn index 529afcabd1..940ae3ad16 100644 --- a/doc/bugs/git-annex_can_no_longer_copy_files_to_box.mdwn +++ b/doc/bugs/git-annex_can_no_longer_copy_files_to_box.mdwn @@ -43,3 +43,5 @@ git annex version = ### Have you had any luck using git-annex before? (Sometimes we get tired of reading bug reports all day and a lil' positive end note does wonders) Yes! A huge word of thanks for this amazing software! Since I work on multiple linux boxes, git annex keeps track of all my big files and enables me to move them back and forth with minimal fuss. + +> [[done]]; seems this is fixed. --[[Joey]]