You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 25, 2020. It is now read-only.
Spawning from #111 (comment) , a hosted repository can have several URIs which are used for different purposes. The most common is different protocols , but often ../foo can have a trailing .git like ../foo.git.
It would be good to have some warnings in place when the .rosinstall URI and local copy URI are considered equivalent.
Additionally, ideally there is a way to syncronise the two, either
updating the .rosinstall. Possibly a scape enhancement?
overwriting the URI in the repository. Destructive; much less simple, and I suspect due to Support remote names other than origin vcstools#126 that there will be problems wrt to local copies which have multiple remotes.
Spawning from #111 (comment) , a hosted repository can have several URIs which are used for different purposes. The most common is different protocols , but often
../foocan have a trailing.gitlike../foo.git.It would be good to have some warnings in place when the
.rosinstallURI and local copy URI are considered equivalent.Additionally, ideally there is a way to syncronise the two, either
.rosinstall. Possibly ascapeenhancement?