summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar https://launchpad.net/~liori <liori@web>2017-07-16 13:08:41 +0000
committerGravatar admin <admin@branchable.com>2017-07-16 13:08:41 +0000
commit6d7f16fad5839c68da31f5556dcdc8ea28483366 (patch)
tree42042596126a3e05c9baa03d45369cbba6ad67e6
parent00c177de8829465b0834c800dd182afc4947c43a (diff)
Added a comment
-rw-r--r--doc/forum/Fix_duplicate_UUID/comment_1_1186caf5aa6830c2412f8584a43d8d86._comment18
1 files changed, 18 insertions, 0 deletions
diff --git a/doc/forum/Fix_duplicate_UUID/comment_1_1186caf5aa6830c2412f8584a43d8d86._comment b/doc/forum/Fix_duplicate_UUID/comment_1_1186caf5aa6830c2412f8584a43d8d86._comment
new file mode 100644
index 000000000..e224f1dcd
--- /dev/null
+++ b/doc/forum/Fix_duplicate_UUID/comment_1_1186caf5aa6830c2412f8584a43d8d86._comment
@@ -0,0 +1,18 @@
+[[!comment format=mdwn
+ username="https://launchpad.net/~liori"
+ nickname="liori"
+ avatar="http://cdn.libravatar.org/avatar/e1d0fdc746b3d21bb147160d40815e37b257b9119774d21784939b2d3ba95a91"
+ subject="comment 1"
+ date="2017-07-16T13:08:41Z"
+ content="""
+So, the procedure that worked for me was:
+
+ 1. edit the annex.uuid configuration setting in one of the repositories that had a duplicate
+
+ 2. edit the remote.*.annex.uuid configuration setting in all repositories that had the repository edited in (1) as a remote
+
+ 3. `git annex fsck` in both repositories that had the duplicate uuid—this is because these repositories did not have correct information as to which files they contained, due to my previous syncing efforts
+
+ 4. `git annex sync` till convergence
+
+"""]]