问题标签 [team-explorer-everywhere]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
tfs - Team Explorer Everywhere 命令行 - 最低要求
在安装了 Visual Studio 2010 的机器上(连同 Visual Studio 命令提示符 + Team Foundation 客户端),我开发了一个包含 TF 命令的小 bat 文件。
现在我需要将它移动到我们的 Windows Server 2012 并且那里没有安装 Visual Studio。所以我找到了这个不错的包:https ://github.com/Microsoft/team-explorer-everywhere
其中,我只想使用“命令行客户端”。我已经下载了它的包,但我意识到,为了让它正常工作,我怀疑我可能需要安装一些其他组件,比如 Java。
目前尚不清楚这些组件到底是什么。有人有线索吗?
java - 带有 java eclipse 的 Selenium 自动化脚本进入 VSTS
嗨,我使用 java 在 eclipse IDE 中编写了自动化脚本。现在我正在尝试使用 VSTS、测试管理器运行这些脚本并生成报告、检查日志。更像是一个自动化 QA 人员,试图生成、运行、修改(也允许其他自动化工程师访问以更改代码)并将其保存到存储库中以供将来版本使用。我已经使用 TEE 插件将 Eclipse 与 TFS 集成,但无法弄清楚如何将测试管理器与 Eclipse 集成以推送我的脚本并运行。请帮忙
tfs - 尝试通过 tee clc 连接到 tfs 时出错
我在任何地方都安装了团队资源管理器,我正在尝试通过带有 tf 命令的 shell 连接到我们的 tfs 服务器,如下所示:
然后我得到
它询问我的用户名和密码。提交后,我会收到下一个回复
究竟是什么问题?
tfs - 当密码中包含双引号时,Team Foundation 版本控制命令失败
我正在使用 microsoft tfs 命令行客户端。它的 CLC zip 是从这里获得的。
我的邮编是 = TEE-CLC-14.134.0
。在 dir = 中提取C:\mstfscmdclient
问题 - 只要 TFS 用户密码中包含双引号,tf 命令就会失败。
例子 -
Abcd@"2018, Abc"&<=2018
当密码带有双引号等
时,此命令将失败。当密码不带双引号(如, )时,
相同的命令有效。
错误 -Abcd@2018''
A~``$%^&<=@18b etc
请注意,我必须仅使用 CLC 客户端,并且必须仅使用 tf.cmd 执行 TFS 操作。这是在我的组织级别批准的,无法更改。因此,来自 Visual Studio、tf.exe 等工具的解决方案对我没有用处。
我已经阅读了以下官方文档,但没有获得有关密码策略或任何限制的详细信息。
[ Azure DevOps & TFS / Azure Repos / TFVC / Reference / TFVC command reference / Use Team Foundation version control commands]
和 [ Docs / Previous Versions / Visual Studio / Team Foundation Version Control Command-Line Reference / Tf Command-Line Utility Commands]
编辑 2 - 这个问题与Escapeing special characters in cmd不重复。
许多密码不适用于其中提出的解决方案。
例如 -时Year<"%^&*2018
不起作用。 tf.cmd
"Year<""%^&*2018", "Year<""%^&&*2018", "Year<""%^^&&*2018", "Year<""%%^^&&*2018"
selenium - Not able to connect to local workspace with VSTS by TFS in Selenium WebDriver
I am not able to connect to local workspace with VSTS by TFS in Selenium WebDriver. Below error will pop up
An internal error occurred during: "Refreshing TFS Server information for https://xyz-ortho.visualstudio.com/". javax.xml.stream.XMLStreamException: ParseError at [row,col]:[1,29463340] Message: Connection reset
I followed below steps:
- Click on plug in i.e connect to team projects
- Select the project and click on finish
- Refreshing TFS server till 40% and stuck there for few minutes. After that error pop up will display.
Note: I tried to reinstall the eclipse, team Foundation server.
eclipse - Team Explorer Everywhere:无法执行 HistoryAction。java.lang.NullPointerException
每次尝试从任何分支和文件执行“查看历史记录”选项时,我都会遇到错误。
https://i.stack.imgur.com/lA5Jc.png
“无法执行 HistoryAction”
我尝试重新安装 TEE 和 Eclipse,删除插件缓存,更改 eclipse.ini 配置文件中的默认超时,重新映射和创建工作区......但是任何这些操作都有效。
这是日志:
azure-devops - 连接到 Azure DevOps 2019 时,Team Explorer Everywhere 中缺少 Git 存储库
我已将 Eclipse 2018-12 与最新版本的 Team Explorer Everywhere 连接到我的 Azure DevOps 2019 Server RC2 上的一个项目。当我转到 Team Explorer 并连接到我的项目时,我看不到“Git Repositories”菜单选项。我唯一的选择是工作项、构建、设置。
在线阅读教程我发现我应该有 Git 存储库选项:https ://docs.microsoft.com/en-us/azure/devops/java/labs/eclipsegit/?view=azure-devops-2019
我可以通过网络查看该项目的 Git 存储库,并使用命令行 git 检查它们。
我已经在我的服务器上尝试了几个项目,但在 TEE 中我看不到其中任何一个的 Git 存储库。难道我做错了什么?我应该只使用 File->Import 从 Git 签出并避免使用 Team Explorer 吗?
tfs - Mac 上的 tee-clc - 抛出 IllegalArgumentException: update.isFullyPopulated(setFileTimeToCheckin)
这是我尝试使用 tee-clc 获取的第二个 TFSVC 存储库(一个在 AzureDevOps 上,一个在内部部署),并出现此异常 java.lang.IllegalArgumentException: update.isFullyPopulated(setFileTimeToCheckin) 崩溃
这是我在创建工作区并对其进行映射后尝试执行的命令
tf get -recursive -all $/path
它开始下载,然后总是在特定文件上崩溃。
已经在 github 上打开了一个问题,但没有运气:https ://github.com/Microsoft/team-explorer-everywhere/issues/291
有人有提示吗?谢谢!
eclipse - 无法使用团队资源管理器克隆 TFS Git 存储库
我无法使用 Team Explorer Everywhere 将 TFS Git 存储库克隆到 Eclipse Photon Release (4.8.0)。尝试时发生错误
我检查了存储库的权限,我似乎看到我有读取权限。
我应该具体拥有哪些权限?
我还尝试通过文件 -> 导入 -> Team Foundation Server 的项目导入它,但该项目为空。