From d898ed8ca7ead347289d0f9da77c845f7aa60e18 Mon Sep 17 00:00:00 2001 From: "https://me.yahoo.com/a/bBy7WkgQicYHIiiyj.Vm0TcMbxi2quzbPFef#6f9f7" Date: Mon, 13 May 2013 23:55:34 +0000 Subject: [PATCH] Added a comment --- ..._9808ac437c01c4f5a117e8637a21e803._comment | 37 +++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 doc/forum/Accessing_files_in_bare_repository/comment_12_9808ac437c01c4f5a117e8637a21e803._comment diff --git a/doc/forum/Accessing_files_in_bare_repository/comment_12_9808ac437c01c4f5a117e8637a21e803._comment b/doc/forum/Accessing_files_in_bare_repository/comment_12_9808ac437c01c4f5a117e8637a21e803._comment new file mode 100644 index 0000000000..738014921e --- /dev/null +++ b/doc/forum/Accessing_files_in_bare_repository/comment_12_9808ac437c01c4f5a117e8637a21e803._comment @@ -0,0 +1,37 @@ +[[!comment format=mdwn + username="https://me.yahoo.com/a/bBy7WkgQicYHIiiyj.Vm0TcMbxi2quzbPFef#6f9f7" + nickname="Frederik Vanrenterghem" + subject="comment 12" + date="2013-05-13T23:55:34Z" + content=""" +I am probably still missing something, as that does not work either: + + $ git clone annex Documents + + Cloning into 'Documents'... + done. + warning: remote HEAD refers to nonexistent ref, unable to checkout. + + ~/Documents$git merge origin/synced/master + + ~/Documents$ git annex sync + (merging origin/git-annex origin/synced/git-annex into git-annex...) + (Recording state in git...) + commit + ok + pull origin + ok + push origin + Counting objects: 9, done. + Compressing objects: 100% (4/4), done. + Writing objects: 100% (5/5), 551 bytes, done. + Total 5 (delta 3), reused 1 (delta 0) + Unpacking objects: 100% (5/5), done. + To /home/frederik/annex + e8e8e39..ecad6a9 git-annex -> synced/git-annex + ok + + ~/Documents$ git annex find + +Still yields nothing? +"""]]