diff options
author | 2013-06-15 10:01:47 +0000 | |
---|---|---|
committer | 2013-06-15 10:01:47 +0000 | |
commit | 39bdafeb6689689b2f0eb6cb2a780806a494dd4e (patch) | |
tree | 658a7631a66fd48e2d699f1bc74b915784ea61d1 | |
parent | 27b7ae5c69cf313c3419087d2da6016bad95975e (diff) |
-rw-r--r-- | doc/bugs/Missing_repo_uuid_after_local_pairing_with_older_annex.mdwn | 26 |
1 files changed, 26 insertions, 0 deletions
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 000000000..6b7b4d2cc --- /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. +"""]] |