From e48bdc20d55fa4313bcd20ae7080e279189b08f4 Mon Sep 17 00:00:00 2001 From: "http://joeyh.name/" Date: Tue, 16 Oct 2012 04:52:18 +0000 Subject: [PATCH] Added a comment --- ...comment_8_9e3329faceedae14d98e075cadb39fcf._comment | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 doc/forum/Can__39__t_init_git_annex/comment_8_9e3329faceedae14d98e075cadb39fcf._comment diff --git a/doc/forum/Can__39__t_init_git_annex/comment_8_9e3329faceedae14d98e075cadb39fcf._comment b/doc/forum/Can__39__t_init_git_annex/comment_8_9e3329faceedae14d98e075cadb39fcf._comment new file mode 100644 index 0000000000..dd419e7305 --- /dev/null +++ b/doc/forum/Can__39__t_init_git_annex/comment_8_9e3329faceedae14d98e075cadb39fcf._comment @@ -0,0 +1,10 @@ +[[!comment format=mdwn + username="http://joeyh.name/" + ip="4.152.246.8" + subject="comment 8" + date="2012-10-16T04:52:18Z" + content=""" +That's where it stores files in the directory special remote. You can move the similar contents of /Volumes/subproject/.git/annex/objects/ to the same place as those and then run `git annex fsck --from smb --fast` and it'll learn about those files you already transferred. + +You probably also want to delete /Volumes/subproject/.git afterwards, and any git working tree that was checked out there before; the directory special remote does not use the git repository that you had there before. +"""]]