From 51fc7180e2551efa0f9f7874e7fc90c699a0468b Mon Sep 17 00:00:00 2001 From: "https://id.koumbit.net/anarcat" Date: Sat, 19 Apr 2014 01:20:24 +0000 Subject: [PATCH] --- .../protocol_mismatch_after_interrupt.mdwn | 29 +++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 doc/bugs/protocol_mismatch_after_interrupt.mdwn diff --git a/doc/bugs/protocol_mismatch_after_interrupt.mdwn b/doc/bugs/protocol_mismatch_after_interrupt.mdwn new file mode 100644 index 0000000000..61de825f0f --- /dev/null +++ b/doc/bugs/protocol_mismatch_after_interrupt.mdwn @@ -0,0 +1,29 @@ +### Please describe the problem. + +git annex now fails to transfer a fail with: `protocol version mismatch -- is your shell clean?` + +### What steps will reproduce the problem? + +start a transfer, then interrupt it. + +### What version of git-annex are you using? On what operating system? + +on my side: 5.20140306~bpo70 on debian wheezy amd64 + +on the other side: 4.20130815 on ubuntu saucy i386 + +### Please provide any additional information below. + +[[!format sh """ +anarcat@angela:video$ git annex copy --to t films/foo.mkv +copy films/foo.mkv (checking t...) (to t...) +protocol version mismatch -- is your shell clean? +(see the rsync man page for an explanation) +rsync error: protocol incompatibility (code 2) at compat.c(174) [sender=3.0.9] + + rsync failed -- run git annex again to resume file transfer +failed +git-annex: copy: 1 failed +"""]] + +-- [[anarcat]]