Does TFS 2015 Proxy Server Git support? If so, does it have full Git support?

I need to know if Txy 2015 Proxy Server Git supports, not just TFVC. Unfortunately, I tried to find documentation and articles about this, and this was not mentioned at all. Even the MSDN Library does not have documentation for configuring TFS 2015.

Everything that I know in the MSDN library, there is documentation for setting up TFS 2013: https://msdn.microsoft.com/en-us/library/ee248710(v=vs.120).aspx

Again, Git support is not mentioned in the TFS 2015 proxy server. If Git is supported, the TFS 2015 proxy server must have at least the following features:

  • should be able to create a local repo as a proxy cache instead of always fetching from a remote repo
  • periodically check and sync with remote repo
  • Served commits (including clicks) that are not part of the request to migrate the remote master branch must first be cached and then redirected to the remote server. This should first trigger the sample and then sync back and forth.

I also tried searching in Visual Studio uservoice, and it is also not available.

+4
source share
2 answers

The short answer is no.

TFS Proxy is designed for TFVC and minimizes the number of uploaded files (and bytes). Git uses a complete protocol for exchanging data between the client and server (see the smart protocol in the Git documentation).

+7

? ? , TFVC, , , ?

, DVCS, , ( TFVC, - , , , ,... - !)

git 2 , , , TFVC! TFVC, , .

Git !

, 2 ... , , . (!), git -lfs, , TFS.

0

Source: https://habr.com/ru/post/1628423/


All Articles