From 2bfd52be2f543d89b5b353ac974c5dfd940ab269 Mon Sep 17 00:00:00 2001 From: "https://www.google.com/accounts/o8/id?id=AItOawkxl76M-3zKZXFbFf6NY6c6y-78CSKGyJw" Date: Sat, 6 Jul 2013 20:11:55 +0000 Subject: [PATCH] Added a comment --- ..._20c31a844d8351a99cf69e05d2836e0e._comment | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 doc/bugs/can__39__t_annex_get_from_annex_in_direct_mode/comment_1_20c31a844d8351a99cf69e05d2836e0e._comment 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. + +"""]]