From e8f8dbe7526ccc167ad7b321591e3ba6a3dbec4d Mon Sep 17 00:00:00 2001 From: "https://www.google.com/accounts/o8/id?id=AItOawkoMFuxYLuZXXOEh4uGzSAD8otbDxW5r94" Date: Fri, 19 Oct 2012 17:47:17 +0000 Subject: [PATCH 1/2] --- doc/bugs/archiving_git_repositories.mdwn | 1 + 1 file changed, 1 insertion(+) create mode 100644 doc/bugs/archiving_git_repositories.mdwn diff --git a/doc/bugs/archiving_git_repositories.mdwn b/doc/bugs/archiving_git_repositories.mdwn new file mode 100644 index 0000000000..1753c10ae3 --- /dev/null +++ b/doc/bugs/archiving_git_repositories.mdwn @@ -0,0 +1 @@ +In a true dropbox-like fashion, I tried to import my entire homefolder into the git-annex assistant. However, it seems that git-annex breaks on the several git repositories I've got checked out in my "Projects" folder. Is this a possible use case, or should I look at other tools to perform this with? From 09da05887326bf36e82b6d8dc3c4a997625b65f9 Mon Sep 17 00:00:00 2001 From: "http://joeyh.name/" Date: Fri, 19 Oct 2012 21:01:44 +0000 Subject: [PATCH 2/2] Added a comment --- ...comment_1_51f546a571303118446a9e0b3e6482c9._comment | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 doc/bugs/archiving_git_repositories/comment_1_51f546a571303118446a9e0b3e6482c9._comment diff --git a/doc/bugs/archiving_git_repositories/comment_1_51f546a571303118446a9e0b3e6482c9._comment b/doc/bugs/archiving_git_repositories/comment_1_51f546a571303118446a9e0b3e6482c9._comment new file mode 100644 index 0000000000..cec1398fc4 --- /dev/null +++ b/doc/bugs/archiving_git_repositories/comment_1_51f546a571303118446a9e0b3e6482c9._comment @@ -0,0 +1,10 @@ +[[!comment format=mdwn + username="http://joeyh.name/" + ip="4.154.0.23" + subject="comment 1" + date="2012-10-19T21:01:44Z" + content=""" +The assistant is not ready to manage whole home directories, and the webapp refuses to allow you to do that. + +git doesn't allow checking a git repository into a git repository either. I archive old git repos inside one of my annexes by tarring them up. +"""]]