From 80d3244b5384bc54c3adf4d958e0115e4a62b369 Mon Sep 17 00:00:00 2001 From: "i@f4fc1d4ed8c7cc91fc284462cb631c270a5195e9" Date: Sat, 3 Mar 2018 13:16:45 +0000 Subject: --- ...adds_unicode_characters_at_end_of_checksum.mdwn | 47 ++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 doc/bugs/git-annex_adds_unicode_characters_at_end_of_checksum.mdwn diff --git a/doc/bugs/git-annex_adds_unicode_characters_at_end_of_checksum.mdwn b/doc/bugs/git-annex_adds_unicode_characters_at_end_of_checksum.mdwn new file mode 100644 index 000000000..a58de121f --- /dev/null +++ b/doc/bugs/git-annex_adds_unicode_characters_at_end_of_checksum.mdwn @@ -0,0 +1,47 @@ +### Please describe the problem. +Files with special unicode characters(in this case japanese) for some reason have the characters added to the file key. + +This is an issue because it causes errors when using glacier-cli when uploading copies to Glacier vault. + +### What steps will reproduce t +lrwxrwxrwx 1 sochan sochan 221 Mar 3 13:37 12. Change The he problem? +Here's how it looks for me: + +[[!format sh """ +% ls -l 12.\ Change\ The\ World\ \(feat.\ 웅산\).mp3 +lrwxrwxrwx 1 sochan sochan 221 Mar 3 13:37 12. Change The World (feat. 웅산).mp3 -> ../../../.git/annex/objects/6G/8K/SHA256E-s7479642--957208748ae03fe4fc8d7877b2c9d82b7f31be0726e4a3dec9063b84cc64cf09.웅산.mp3/SHA256E-s7479642--957208748ae03fe4fc8d7877b2c9d82b7f31be0726e4a3dec9063b84cc64cf09.웅산.mp3 + % g an info 12.\ Change\ The\ World\ \(feat.\ 웅산\).mp3 +file: 12. Change The World (feat. 웅산).mp3 +size: 7.48 megabytes +key: SHA256E-s7479642--957208748ae03fe4fc8d7877b2c9d82b7f31be0726e4a3dec9063b84cc64cf09.웅산.mp3 +present: true + % g an calckey 12.\ Change\ The\ World\ \(feat.\ 웅산\).mp3 +SHA256E-s7479642--957208748ae03fe4fc8d7877b2c9d82b7f31be0726e4a3dec9063b84cc64cf09.웅산.mp3 + % sha256sum 12.\ Change\ The\ World\ \(feat.\ 웅산\).mp3 +957208748ae03fe4fc8d7877b2c9d82b7f31be0726e4a3dec9063b84cc64cf09 12. Change The World (feat. 웅산).mp3 +"""]] + +### What version of git-annex are you using? On what operating system? + +[[!format sh """ + % git-annex version +git-annex version: 6.20170101.1 +build flags: Assistant (Sometimes we get tired of reading bug reports all day and a lil' positive end note does wonders)Webapp Pairing Testsuite S3(multipartupload)(storageclasses) WebDAV Inotify DBus DesktopNotify ConcurrentOutput TorrentParser MagicMime Feeds Quvi +key/value backends: SHA256E SHA256 SHA512E SHA512 SHA224E SHA224 SHA384E SHA384 SHA3_256E SHA3_256 SHA3_512E SHA3_512 SHA3_224E SHA3_224 SHA3_384E SHA3_384 SKEIN256E SKEIN256 SKEIN512E SKEIN512 SHA1E SHA1 MD5E MD5 WORM URL +remote types: git gcrypt p2p S3 bup directory rsync web bittorrent webdav tahoe glacier ddar hook external +local repository version: 5 +supported repository versions: 3 5 6 +upgrade supported from repository versions: 0 1 2 3 4 5 +operating system: linux x86_64 +% lsb_release -a +No LSB modules are available. +Distributor ID: Debian +Description: Debian GNU/LinHere's how it looks for me: +"""]] + +### Please provide any additional information below. +Here's a sample file: +https://www.dropbox.com/s/kghlz41ooaqfr0h/12.%20Change%20The%20World%20%28feat.%20%EC%9B%85%EC%82%B0%29.mp3?dl=0 + +### Have you had any luck using git-annex before? +Dude, I love git-annex. I use it to have multiple copies of my HUGE music collection. I love that I can just have partial copies of my whole collection on my laptop/phone/remote servers/usb drive backup and have that all documented properly. This is some amazing software my man! -- cgit v1.2.3