diff --git a/doc/bugs/can__39__t_annex_get_from_annex_in_direct_mode/comment_1_20c31a844d8351a99cf69e05d2836e0e._comment b/doc/bugs/can__39__t_annex_get_from_annex_in_direct_mode/comment_1_20c31a844d8351a99cf69e05d2836e0e._comment new file mode 100644 index 0000000000..17665bd704 --- /dev/null +++ b/doc/bugs/can__39__t_annex_get_from_annex_in_direct_mode/comment_1_20c31a844d8351a99cf69e05d2836e0e._comment @@ -0,0 +1,19 @@ +[[!comment format=mdwn + username="https://www.google.com/accounts/o8/id?id=AItOawkxl76M-3zKZXFbFf6NY6c6y-78CSKGyJw" + nickname="T" + subject="comment 1" + date="2013-07-06T20:11:54Z" + content=""" +When I tried to duplicate these results today, it failed in a different fashion. + +adding a new file (file2.txt) to a test repo on windows, setting up an HTTP access, and fetching and merging onto linux leaves the following state: +[[!format sh \"\"\" +test-git-annex@linux_host:~/test_annex$ ls -l +total 4 +lrwxrwxrwx 1 test-git-annex test-git-annex file1.txt -> this is some content? +lrwxrwxrwx 1 test-git-annex test-git-annex file2.txt -> some new content, on a new annex +\"\"\"]] + +it is treating the contents of the files as the name of a symlink. get annex get . is unable to retrieve them as contents. + +"""]]