We are using Conan for dependency management and have concerns about changing repository URLs.
Is it possible to use the repository identification number (ID) as part of the URL?
Thanks in advance
Yes, from the API docs:
UUID's work with both the 1.0 and 2.0 APIs for the user, team, and repository objects.
This helps you resolve repositories no matter if the username or team name changes.
You can replace the URL parts in your clone command with the UUIDs and it will resolve as expected.
Source: https://developer.atlassian.com/bitbucket/api/2/reference/meta/uri-uuid
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.