From 9712ef11eb064542a554f72da930a9301c38345b Mon Sep 17 00:00:00 2001 From: "https://me.yahoo.com/a/FHnTlSBo1eCGJRwueeKeB6.RCaPbGMPr5jxx8A--#ce0d8" Date: Thu, 15 May 2014 14:30:53 +0000 Subject: --- ...g_Files_Containing_Non_Ascii_Char_on_OS_X_.mdwn | 44 ++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 doc/bugs/Commiting_Files_Containing_Non_Ascii_Char_on_OS_X_.mdwn (limited to 'doc/bugs/Commiting_Files_Containing_Non_Ascii_Char_on_OS_X_.mdwn') diff --git a/doc/bugs/Commiting_Files_Containing_Non_Ascii_Char_on_OS_X_.mdwn b/doc/bugs/Commiting_Files_Containing_Non_Ascii_Char_on_OS_X_.mdwn new file mode 100644 index 000000000..f83a8e410 --- /dev/null +++ b/doc/bugs/Commiting_Files_Containing_Non_Ascii_Char_on_OS_X_.mdwn @@ -0,0 +1,44 @@ +### Please describe the problem. + +Any file containing non ascii chars either won't get commited by the webapp or when clone of that repo is made they are shown as deleted in git status but the files are there. + +you can not commit them neither, + + git commit -m 'foo' + +or + + git annex sync + +will get them to commit trying to reset the state using, + + git checkout master + +or + + git clean -f + +won't fix the issue. till the issue is fixed sync does not work from the command line since there are changes. Temporarily running assistant in the directory does fix the problem but every now and then it pops again. + +Also moving any symlinks around containing non ascii chars also causes the same issue. git annex won't add the moved symlinks git annex fix or git annex add won't add them git annex sync also skips them again the only solution is to either run the assistant or restart it if it is running. + +### What steps will reproduce the problem? + +Adding any file with a non ascii char on OS X (10.9). + + +### What version of git-annex are you using? On what operating system? + +git-annex version: 5.20140421-gc34a665 + +### Please provide any additional information below. + +Also another thing I noticed is that same file names same repo will clone fine on Linux no errors this only happens on OS X. + +[[!format sh """ +# If you can, paste a complete transcript of the problem occurring here. +# If the problem is with the git-annex assistant, paste in .git/annex/daemon.log + + +# End of transcript or log. +"""]] -- cgit v1.2.3