summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2017-01-02 19:12:52 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2017-01-02 19:12:52 -0400
commit1d24a4b079fd73f9a2ea67a84d47ed701029e6fb (patch)
tree9c8a6be124a3441359d65b0c8a4bfce0ef3e2697
parent3cb8923430699a92fa65828ceda45191a83b4797 (diff)
parentcb38f5d90eeda0dd190d7cebf651f1ab61a82615 (diff)
Merge branch 'master' of ssh://git-annex.branchable.com
-rw-r--r--doc/forum/Import_availability_info___40__logs__47__refs__47__remotes__41___from_another_repo__63__.mdwn3
-rw-r--r--doc/forum/unknown_response_from_git_cat-file/comment_3_8e0458e86764242e9e35940b4db302b7._comment32
2 files changed, 35 insertions, 0 deletions
diff --git a/doc/forum/Import_availability_info___40__logs__47__refs__47__remotes__41___from_another_repo__63__.mdwn b/doc/forum/Import_availability_info___40__logs__47__refs__47__remotes__41___from_another_repo__63__.mdwn
new file mode 100644
index 000000000..33a8c085f
--- /dev/null
+++ b/doc/forum/Import_availability_info___40__logs__47__refs__47__remotes__41___from_another_repo__63__.mdwn
@@ -0,0 +1,3 @@
+Is it possible to transfer list of remotes and their file availability information (which files are found on which remotes) from another repository?
+
+My use case would be to combine several repositories that have no copies of the actual files, but which do know of remotes that have them, so that the new composite repository would also know where to get each file.
diff --git a/doc/forum/unknown_response_from_git_cat-file/comment_3_8e0458e86764242e9e35940b4db302b7._comment b/doc/forum/unknown_response_from_git_cat-file/comment_3_8e0458e86764242e9e35940b4db302b7._comment
new file mode 100644
index 000000000..e03348a42
--- /dev/null
+++ b/doc/forum/unknown_response_from_git_cat-file/comment_3_8e0458e86764242e9e35940b4db302b7._comment
@@ -0,0 +1,32 @@
+[[!comment format=mdwn
+ username="GregGrossmeier"
+ avatar="http://cdn.libravatar.org/avatar/66db9e436738991619a59e8ab8061e64"
+ subject="Recurring?"
+ date="2017-01-02T21:13:47Z"
+ content="""
+Still getting this myself. First I've ran into it (a few weeks ago, but I hadn't used these repos recently).
+
+ greg@x230 (git)-[master] ~/Photos % git-annex add .
+ add 2016/10/16/2016-10-16 07.47.52.jpg git-annex: unknown response from git cat-file (\"HEAD:./2016/10/16/2016-10-16 07.47.52.jpg missing\",Ref \"HEAD:./2016/10/16/2016-10-16 07.47.52.jpg\")
+ greg@x230 (git)-[master] ~/Photos % apt-cache policy git-annex git
+ zsh: correct 'git' to '.git'? [N/y/a/e] n
+ git-annex:
+ Installed: 6.20161012-1
+ Candidate: 6.20161012-1
+ Version table:
+ *** 6.20161012-1 500
+ 500 http://httpredir.debian.org/debian testing/main amd64 Packages
+ 100 /var/lib/dpkg/status
+ 5.20141125 500
+ 500 http://httpredir.debian.org/debian stable/main amd64 Packages
+ git:
+ Installed: 1:2.11.0-1
+ Candidate: 1:2.11.0-1
+ Version table:
+ *** 1:2.11.0-1 500
+ 500 http://httpredir.debian.org/debian testing/main amd64 Packages
+ 100 /var/lib/dpkg/status
+ 1:2.1.4-2.1+deb8u2 500
+ 500 http://httpredir.debian.org/debian stable/main amd64 Packages
+
+"""]]