close
This commit is contained in:
parent
817b06b439
commit
4229e6761e
2 changed files with 18 additions and 0 deletions
|
@ -5,3 +5,5 @@ Once the two clients sync they will both have two remotes with the same name. Bu
|
||||||
It would be nice to have some (automatic?) way to resolve this conflict.
|
It would be nice to have some (automatic?) way to resolve this conflict.
|
||||||
|
|
||||||
Not sure if anything sane can be done if both clients have pushed?
|
Not sure if anything sane can be done if both clients have pushed?
|
||||||
|
|
||||||
|
> [[done]] see comment --[[Joey]]
|
||||||
|
|
|
@ -0,0 +1,16 @@
|
||||||
|
[[!comment format=mdwn
|
||||||
|
username="joey"
|
||||||
|
subject="""comment 1"""
|
||||||
|
date="2023-01-16T17:54:51Z"
|
||||||
|
content="""
|
||||||
|
This does not make sense to me. If the remote is a git repo,
|
||||||
|
it will be initialized by git-annex only once, so there will only be one
|
||||||
|
UUID. The second "client" that uses that remote will see the earlier UUID.
|
||||||
|
|
||||||
|
Unless there were some kind of a race in initializing the same repo
|
||||||
|
concurrently, but that seems unlikely and if so this is lacking in any
|
||||||
|
details about it.
|
||||||
|
|
||||||
|
I'm going to close this since it does not make sense, but do followup if
|
||||||
|
you remember what this was supposed to be about.
|
||||||
|
"""]]
|
Loading…
Reference in a new issue