From 7427d91594eef1dc71fcc2a76d1fea7b56910ca5 Mon Sep 17 00:00:00 2001 From: "https://www.google.com/accounts/o8/id?id=AItOawm01ida6POv7vqyUYtOlymEbJTbrImAIzM" Date: Sat, 15 Jun 2013 10:01:47 +0000 Subject: [PATCH] --- ..._after_local_pairing_with_older_annex.mdwn | 26 +++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 doc/bugs/Missing_repo_uuid_after_local_pairing_with_older_annex.mdwn diff --git a/doc/bugs/Missing_repo_uuid_after_local_pairing_with_older_annex.mdwn b/doc/bugs/Missing_repo_uuid_after_local_pairing_with_older_annex.mdwn new file mode 100644 index 0000000000..6b7b4d2cc0 --- /dev/null +++ b/doc/bugs/Missing_repo_uuid_after_local_pairing_with_older_annex.mdwn @@ -0,0 +1,26 @@ +### Please describe the problem. +I paired my repo running on Gentoo (git-annex 4.20130601) with Ubuntu 13.04 (git-annex 3.10121112ubuntu4). The repo on Ubuntu doesn't have uuid for the Gentoo remote, so: + +- There is no name in assistan's repo settings for it + +- Trying to access its settings gives Internal server error: Unknown UUID +15/Jun/2013:12:39:10 +0300 [Error#yesod-core] Unknown UUID @(yesod-core-1.1.8.3:Yesod.Internal.Core ./Yesod/Internal/Core.hs:550:5) + +- In dashboard on Ubuntu all changes stay queued forever (although the syncing seems to work) + +### What steps will reproduce the problem? +Pair local computers with different annex versions. + +### What version of git-annex are you using? On what operating system? +Gentoo (git-annex 4.20130601) +Ubuntu 13.04 (git-annex 3.10121112ubuntu4) + +### Please provide any additional information below. + +[[!format sh """ +# If you can, paste a complete transcript of the problem occurring here. +# If the problem is with the git-annex assistant, paste in .git/annex/daemon.log + + +# End of transcript or log. +"""]]