简体   繁体   English

Azure DevOps:Wiki 和 TFVC 存储库

[英]Azure DevOps: Wiki and TFVC repository

Context:语境:

I have a project in Azure DevOps where I created a quite extensive wiki.我在 Azure DevOps 中有一个项目,我在其中创建了一个非常广泛的 wiki。 I would like to move a set of pages to another project with an underlying Git structure.我想将一组页面移动到另一个具有底层 Git 结构的项目。

Problem:问题:

As described here it should be possible to access the underlying Git repo to access the necessary resources.如此处所述,应该可以访问底层 Git 存储库以访问必要的资源。 For the project with Git this works fine but for the project with TFVC I can't access it.对于使用 Git 的项目,这可以正常工作,但对于使用 TFVC 的项目,我无法访问它。

Question:问题:

Is there a way to get to the underlying Wiki repository given TFVC?有没有办法在给定 TFVC 的情况下访问底层的 Wiki 存储库?

Thanks谢谢

Yes it is possible, but not via the UI / Azure DevOps portal.是的,这是可能的,但不能通过 UI / Azure DevOps 门户。 You need to clone the repository locally, then you have access to the resources and you can then modify and push the changes.您需要在本地克隆存储库,然后您可以访问资源,然后您可以修改和推送更改。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM