TFS - 是否可以冒充某人来签入更改?
我负责合并和提交对测试分支的更改,但通过这样做,每次签入都会被标记为我作为作者。所以到现在为止我都在评论中写下作者名字。但它很丑。
办理登机手续时可以冒充他人吗?为此需要哪些安全权限?
我正在使用 Team Foundation Server 2010。
I'm responsible for merging and commiting changes to the test Branch, but by doing that every check-in is marked as me as the author. So until now i'm writting the author name in the comments. But it's ugly.
Is it possible to impersonate someone else when doing check-in? What are the security permissions needed in order to do that?
I'm using Team Foundation Server 2010.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
TFS API 第 29 部分 – TFS 模拟
将 TFS 模拟与版本控制客户端 API 结合使用
TFS API Part 29 – TFS Impersonation
Using TFS Impersonation with the Version Control Client APIs
我会从命令提示符使用 runas 命令,然后从命令行运行 VS 或使用命令行版本签入、合并等。
I would use the runas command from a command prompt and either run VS from the command line or use the command line version of check-in, merge, etc.