summaryrefslogtreecommitdiff
path: root/doc/bugs/local_pair_fails_if_non-ascii_characters_present_on_annex_path.mdwn
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2014-11-12 11:31:53 -0400
committerGravatar Joey Hess <joey@kitenet.net>2014-11-12 11:31:53 -0400
commit21e3f3b4e62a3a5f9db1cd5ebfef92e751d7c771 (patch)
tree8e8054e6e5f4c155b0dc462c2784a70a870d3fea /doc/bugs/local_pair_fails_if_non-ascii_characters_present_on_annex_path.mdwn
parent29989400678a33673cfbaec40e1ba21f914e0d4d (diff)
parent6582f23d013eec74e52bfcfbb3f7459c2e2863b3 (diff)
Merge branch 'master' of ssh://git-annex.branchable.com
Diffstat (limited to 'doc/bugs/local_pair_fails_if_non-ascii_characters_present_on_annex_path.mdwn')
-rw-r--r--doc/bugs/local_pair_fails_if_non-ascii_characters_present_on_annex_path.mdwn16
1 files changed, 16 insertions, 0 deletions
diff --git a/doc/bugs/local_pair_fails_if_non-ascii_characters_present_on_annex_path.mdwn b/doc/bugs/local_pair_fails_if_non-ascii_characters_present_on_annex_path.mdwn
new file mode 100644
index 000000000..aa03c3054
--- /dev/null
+++ b/doc/bugs/local_pair_fails_if_non-ascii_characters_present_on_annex_path.mdwn
@@ -0,0 +1,16 @@
+### Please describe the problem.
+
+When the annex directory has a non-ascii character (like a tilde) on its path, local pairing fails and a couple of instances of the following message appear on the log
+
+"illegal control characters in pairing message; ignoring"
+
+### What steps will reproduce the problem?
+
+* make a new annex repo named on /home/someone/VĂ­deos/blah/ (notice the i with a tilde) on two computers
+* try to pair them
+
+### What version of git-annex are you using? On what operating system?
+
+git-annex version: 5.20141016-g26b38fd on Arch Linux
+
+git-annex version: 5.20140717 on Ubuntu 14.10