summaryrefslogtreecommitdiff
path: root/doc/bugs/remote_gcrypt_based_repos_and_conflicting_uuids.mdwn
diff options
context:
space:
mode:
authorGravatar https://www.google.com/accounts/o8/id?id=AItOawnXybLxkPMYpP3yw4b_I6IdC3cKTD-xEdU <Matt@web>2014-04-27 14:58:33 +0000
committerGravatar admin <admin@branchable.com>2014-04-27 14:58:33 +0000
commita53c0d1feda205c0053a50706ad98e3bd7b40b2f (patch)
tree33b86baa958ba5b3bafb5b34a32ced95938314b9 /doc/bugs/remote_gcrypt_based_repos_and_conflicting_uuids.mdwn
parent57751775c9d996704ade201b1a18d8b233fb365b (diff)
Diffstat (limited to 'doc/bugs/remote_gcrypt_based_repos_and_conflicting_uuids.mdwn')
-rw-r--r--doc/bugs/remote_gcrypt_based_repos_and_conflicting_uuids.mdwn23
1 files changed, 23 insertions, 0 deletions
diff --git a/doc/bugs/remote_gcrypt_based_repos_and_conflicting_uuids.mdwn b/doc/bugs/remote_gcrypt_based_repos_and_conflicting_uuids.mdwn
new file mode 100644
index 000000000..bc8fb12e1
--- /dev/null
+++ b/doc/bugs/remote_gcrypt_based_repos_and_conflicting_uuids.mdwn
@@ -0,0 +1,23 @@
+### Please describe the problem.
+
+I've setup a gcrypt based git backup repository as per the examples here:
+
+http://git-annex.branchable.com/tips/fully_encrypted_git_repositories_with_gcrypt/
+
+It all seems to work well until I try to do any kind git annex operation from the console on the gcrypted repo on the remote server. If I run a `git annex info` (this seems a reasonable thing to do) then it initialises the encrypted remote with a different uuid to the one in the creation step. The initial repository that created the repo seems to work okay but it's no longer possible to add further repositories without getting conflicting uuid errors.
+
+### What steps will reproduce the problem?
+
+
+### What version of git-annex are you using? On what operating system?
+
+
+### 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.
+"""]]