aboutsummaryrefslogtreecommitdiff
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 15:09:40 +0000
committerGravatar admin <admin@branchable.com>2014-04-27 15:09:40 +0000
commit4a3ece9022fcf8de874d55b466be3f8c99315cbb (patch)
treed10089df2013b3769be864c2fc69b20cb5fa5c14 /doc/bugs/remote_gcrypt_based_repos_and_conflicting_uuids.mdwn
parent8d9b07d3166a8e3c034e1334510b21089c21b9d1 (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.mdwn2
1 files changed, 1 insertions, 1 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
index bc8fb12e1..d45dcdc9c 100644
--- a/doc/bugs/remote_gcrypt_based_repos_and_conflicting_uuids.mdwn
+++ b/doc/bugs/remote_gcrypt_based_repos_and_conflicting_uuids.mdwn
@@ -4,7 +4,7 @@ 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.
+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 fsck` (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?