如何使用批处理文件返回TFS的分支的子文件夹的名称? [英] How return the names of the subfolders of the branches of TFS using batch file?

查看:172
本文介绍了如何使用批处理文件返回TFS的分支的子文件夹的名称?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我需要使用.cmd文件从TFS获取源代码控制浏览器的所有分支。



解决方案

pre> tf branches $ / MyTP / Main

比这更具体,你必须编写自己的命令行应用程序来使用TFS API。


I need get all branches of my source control explorer from TFS using a .cmd file.

解决方案

You can get all the branches from a parent branch using the tf branches command line.

E.g.

tf branches $/MyTP/Main

If you need something more specific than that, you'll have to write your own command line app to use the TFS API.

这篇关于如何使用批处理文件返回TFS的分支的子文件夹的名称?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆