A plugin that syncs from a repository has one writer

Some spaces are filled two ways at once: a connected repository keeps them in step with the version of the code this portal actually runs, and the plugin catalog also installs a package into them and keeps that package up to date. Both are useful; both were writing, and neither knew about the other.

Each kept its own note of what it had put there. So after the repository sync had refreshed the space, the plugin update still worked from its note — and quietly skipped every file it believed it had already written. The space ended up holding some files from one release and some from another, which is a combination nothing was ever built or tested as. On the portal where this was found, a page stopped rendering with a compile error naming a label that only the newer half of the files knew about.

A space now has one writer. Where a connected repository keeps a space current:

Everything else is unchanged: on a space nothing syncs, the installer is the only writer, its notes are correct, and updates stay as quick and as small as they were.

The symptom this removes: a space whose pages suddenly fail to render, or a plugin type that will not compile, complaining about something a neighbouring file plainly defines — because the two files came from different releases.

Reconnecting…
The connection to the server was interrupted. Trying to restore it…
Trying again…
The connection could not be restored. Reloading the page…
The server was updated. Reloading the page to pick up the latest version.