dhundley
8 months agoRegular Contributor
Unbinding a project suite from source control
I have an automation project suite that is connected to Azure Devops. there are several of those test cases that i would like to convert to manual testing to run only on my workstation so i copied th...
- 8 months ago
I'm not sure what source control you are using, but you need to use the application as opposed to the source control plugin.
I use Team Foundation Version Control Plugin, however I don't use this within TC. I use Microsoft Visual Studio Team Explorer 2019, to perform the necessary check-in/out etc, and also remove mapping (plus it's a lot quicker).
- 8 months ago
i found an article on StackOverflow that suggested using the TortoiseGit Export option from the context menu. This sends it to a zip file and then when i extracted from the zip file it was free of any source control. Thanks for your help