Are There Reasonable Multi-Master Over the WAN Storage Options?
-
They are stored as the same file but can see the different versions, which user worked on which version, ect.
-
@Breffni-Potter said:
They are stored as the same file but can see the different versions, which user worked on which version, ect.
My multi-master system does that naturally. In both cases, humans have to sort it out later.
-
@Breffni-Potter said:
They are stored as the same file but can see the different versions, which user worked on which version, ect.
Man, I can see all kinds of problems with that system. and as Scott said, it has to be sorted by a person.
-
@Dashrender said:
@Breffni-Potter said:
They are stored as the same file but can see the different versions, which user worked on which version, ect.
Man, I can see all kinds of problems with that system. and as Scott said, it has to be sorted by a person.
Yeah. All the workable solutions I've seen involve change tracking of some sort.
-
There are systems that do this with version control. You could do this with GIT or Mercurial, in theory. But eventually a human always has to sort things out.