I would like to delete an SVN repo from Crucible, but I have noticed that some repos have been onboarded to multiple projects. Is there a way to find out what projects associated with this repo before I can remove it from Crucible?
Thanx Tim for the reply. I was hoping for an option within the tool if there is any. But for now, I will try your recommendation and create a script for this use case.
Hi Mohammad,
You could use the projects REST API to retrieve a list of all of your projects, and then do a text search for your repository name. The repository name will show up in the <defaultRepositoryName
>
element.
cheers,
Tim
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.