From eeffc1c5e3a6eb4a829622ac6cd7dc56f16969f6 Mon Sep 17 00:00:00 2001 From: madalu Date: Fri, 29 Sep 2017 17:22:43 +0000 Subject: Added a comment --- .../comment_4_1eec270febdd1a9fa28ac437c089c5e6._comment | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 doc/bugs/git-annex_can_no_longer_copy_files_to_box/comment_4_1eec270febdd1a9fa28ac437c089c5e6._comment diff --git a/doc/bugs/git-annex_can_no_longer_copy_files_to_box/comment_4_1eec270febdd1a9fa28ac437c089c5e6._comment b/doc/bugs/git-annex_can_no_longer_copy_files_to_box/comment_4_1eec270febdd1a9fa28ac437c089c5e6._comment new file mode 100644 index 000000000..045234442 --- /dev/null +++ b/doc/bugs/git-annex_can_no_longer_copy_files_to_box/comment_4_1eec270febdd1a9fa28ac437c089c5e6._comment @@ -0,0 +1,12 @@ +[[!comment format=mdwn + username="madalu" + avatar="http://cdn.libravatar.org/avatar/c00d4aa29fd053f08a2ef35531592914" + subject="comment 4" + date="2017-09-29T17:22:43Z" + content=""" +Yes, copying to box consistently fails with the arch linux build (6.20170925-g76c9b580b) and consistently succeeds with the standalone build (6.20170929-gffc127582). + +I am using the git-annex build in the official arch repositories (community). I've submitted an arch linux bug report here: + +https://bugs.archlinux.org/task/55808?project=5&cat%5B0%5D=33&string=git-annex +"""]] -- cgit v1.2.3 From 5d89f59c9ee3efef43c89f18cbaa8152e2508b61 Mon Sep 17 00:00:00 2001 From: madalu Date: Fri, 29 Sep 2017 17:26:14 +0000 Subject: Fix git-annex command --- doc/bugs/git-annex_can_no_longer_copy_files_to_box.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 f02bb5605..b1bef3b7f 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 @@ -22,7 +22,7 @@ Add a file to an annex repo with a webdav backend set up per the settings above: Attempt to copy that file to the webdav backend: - git copy -t box test.pdf + git-annex copy -t box test.pdf ### What version of git-annex are you using? On what operating system? -- cgit v1.2.3