Detach VCS Root via REST API
I am replicating projects via the rest api. Once replicated I need to detach the old VCS root but am unsure how to do that. I have found a number of old threads that indicated this activity is unsupported but hoped things have changed since then.
Please sign in to leave a comment.
While not a direct solution to this particular question I have found a workaround.
Here is the checkout rule: +:%env.TEAMCITY_PROJECT_NAME% =>
This allows me to easily duplicate projects without having to manually edit their settings.