diff options
author | Jan <Jan@web> | 2015-08-04 12:26:51 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2015-08-04 12:26:51 +0000 |
commit | a3db1b25679c25819d6caad45cc77534514007d7 (patch) | |
tree | 41b43e8afe2882b42276aea83924e52054fda0d2 | |
parent | 30e9c9737483268848c8ed43c2dbb0748b00bd53 (diff) |
-rw-r--r-- | doc/bugs/git-annex_get_with_umlaut_characters_in_filenames.mdwn | 47 |
1 files changed, 47 insertions, 0 deletions
diff --git a/doc/bugs/git-annex_get_with_umlaut_characters_in_filenames.mdwn b/doc/bugs/git-annex_get_with_umlaut_characters_in_filenames.mdwn new file mode 100644 index 000000000..6f6616afd --- /dev/null +++ b/doc/bugs/git-annex_get_with_umlaut_characters_in_filenames.mdwn @@ -0,0 +1,47 @@ +### Please describe the problem. + +Files with umlauts were not copied from local system, all other files were copied successfully. + +### What steps will reproduce the problem? + +Trying to sync content from a repository on the same machine. + +### What version of git-annex are you using? On what operating system? + +git-annex version: 5.20150727 / Darwin tba.lan 14.4.0 Darwin Kernel Version 14.4.0: Thu May 28 11:35:04 PDT 2015; root:xnu-2782.30.5~1/RELEASE_X86_64 x86_64 + +### Please provide any additional information below. + +[[!format sh """ +$ git annex get . +get Die Sterne/Flucht in die Flucht (Bonus Track Version)/03 Ihr wollt mich töten.m4a + Unable to access these remotes: tba + + Try making some of these repositories available: + 2cabf5e0-00ae-4cc6-b9b7-5d303a7f3f06 -- Music [tba] + 8e315ed0-f318-45f7-98ca-1a791f9c92df -- jan@hostname:/srv/annex-Music +failed +get Die Sterne/Flucht in die Flucht (Bonus Track Version)/03 Ihr wollt mich töten.m4a + Unable to access these remotes: tba + + Try making some of these repositories available: + 2cabf5e0-00ae-4cc6-b9b7-5d303a7f3f06 -- Music [tba] + 8e315ed0-f318-45f7-98ca-1a791f9c92df -- jan@hostname:/srv/annex-Music +failed +get Die Sterne/Flucht in die Flucht (Bonus Track Version)/10 Der Bär.m4a + Unable to access these remotes: tba + + Try making some of these repositories available: + 2cabf5e0-00ae-4cc6-b9b7-5d303a7f3f06 -- Music [tba] + 8e315ed0-f318-45f7-98ca-1a791f9c92df -- jan@hostname:/srv/annex-Music +failed +get Die Sterne/Flucht in die Flucht (Bonus Track Version)/10 Der Bär.m4a + Unable to access these remotes: tba + + Try making some of these repositories available: + 2cabf5e0-00ae-4cc6-b9b7-5d303a7f3f06 -- Music [tba] + 8e315ed0-f318-45f7-98ca-1a791f9c92df -- jan@hostname:/srv/annex-Music +failed +"""]] + +the *tba* repository is accessible since all the other files were synced correctly. |