From 9c20d9aeb1369739fc6823e17a60ddabe303478a Mon Sep 17 00:00:00 2001 From: "https://id.koumbit.net/anarcat" Date: Sat, 17 Aug 2013 22:18:37 +0000 Subject: [PATCH] more details --- doc/bugs/cannot_determine_uuid_for_origin.mdwn | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/doc/bugs/cannot_determine_uuid_for_origin.mdwn b/doc/bugs/cannot_determine_uuid_for_origin.mdwn index 1d617a77b0..135bf135ef 100644 --- a/doc/bugs/cannot_determine_uuid_for_origin.mdwn +++ b/doc/bugs/cannot_determine_uuid_for_origin.mdwn @@ -13,7 +13,15 @@ Here's my setup: * `marcos-bare`: a bare git repository where i ran `git annex init` on a different server (`marcos`) (in `~anarcat/repos/presentations/ohm2013.git`) * `marcos-checkout`: a checkout of the above repository on marcos (in `~anarcat/presentations/ohm2013`) -I ran `git pull/push` everwhere in there, and still get the error +I ran `git pull/push` everwhere in there, and still get the error. + +Remotes on all repos: + + * `angela`: `origin anarcat.ath.cx:repos/presentations/ohm2013.git` + * `marcos-bare`: no remote + * `marcos-checkout`: `origin /home/anarcat/repos/presentations/ohm2013.git` + +Note that file added with `git annex addurl` on `marcos-checkout` properly gets propagated on `angela` once i do `git annex get` there. ### What version of git-annex are you using? On what operating system?