Context:
I have a project in Azure DevOps where I created a quite extensive wiki. I would like to move a set of pages to another project with an underlying Git structure.
Problem:
As described here it should be possible to access the underlying Git repo to access the necessary resources. For the project with Git this works fine but for the project with TFVC I can't access it.
Question:
Is there a way to get to the underlying Wiki repository given TFVC?
Thanks
Yes it is possible, but not via the UI / Azure DevOps portal. You need to clone the repository locally, then you have access to the resources and you can then modify and push the changes.