Hi,
Context: Upgrading a very old version of repo, hitting some hurdles.
In one of our checkouts, we have a default.xml file that defines a remote "origin" with the usual stuff.
We also have a local_manifests/git_ro.xml with defines the same remote but without a pushURL.
In the old version of repo this was fine, but the current one forbids attribute changes, i.e. we can't redefine the remote.
Is there a recommended approach here? Assuming we'd prefer not to modify those files as as you can imagine there's some legacy here going on.
Carlos