From 46f65cc657f3833c29c871b3e166d83aa47e2eae Mon Sep 17 00:00:00 2001 From: "lykos@d125a37d89b1cfac20829f12911656c40cb70018" Date: Sun, 28 Oct 2018 14:55:13 +0000 Subject: [PATCH] --- .../gcrypt_rsync_remotes_don__39__t_work.mdwn | 22 +++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 doc/bugs/gcrypt_rsync_remotes_don__39__t_work.mdwn diff --git a/doc/bugs/gcrypt_rsync_remotes_don__39__t_work.mdwn b/doc/bugs/gcrypt_rsync_remotes_don__39__t_work.mdwn new file mode 100644 index 0000000000..b60abdda9e --- /dev/null +++ b/doc/bugs/gcrypt_rsync_remotes_don__39__t_work.mdwn @@ -0,0 +1,22 @@ +### Please describe the problem. +I'm trying to set up a gcrypt remote using the rsync backend because it can do incremental pushes. I know I won't be able to put annexed files on this remote, but even with `annex-ignore` set, the error arises. + +### What steps will reproduce the problem? +[[!format sh """ +% git remote add cryptremote gcrypt::rsync://host:repo +% git annex sync cryptremote + +"""]] + +### What version of git-annex are you using? On what operating system? +6.20181011-g426f0f3f4 on Arch Linux + +### Please provide any additional information below. + +[[!format sh """ +git-annex: bad url rsync://host:repo +CallStack (from HasCallStack): + error, called at ./Git/Construct.hs:101:15 in main:Git.Construct + +"""]] +