TeamCity VCS 更新时访问被拒绝
我在使用 teamcity 的 VCS 时遇到一些问题。
我正在使用 perforce 并且 TC-Server 应该配置正确,但是在运行该项目时我收到错误:
[正在更新源:服务器端签出...]应用补丁时出错:无法更改文本文件:C:\Projects\BuildSrv7... C:\Projects\BuildSrv7..(访问被拒绝)
我检查了设置,每个人都有目录的完全权限。
以及想法,该怎么做,或者这如何发生?
I have some trouble getting the VCS of teamcity work.
I'm using perforce and the TC-Server should be configured correct, but when running the project I'm getting the error:
[Updating sources: server side checkout...] Error while applying patch: Failed to change text file: C:\Projects\BuildSrv7... C:\Projects\BuildSrv7.. (Access denied)
I checked the Settings and everybody has full rights in the directory.
And idea, what to do, or how this could happen?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
请检查已知问题。最有可能的是你的情况。
Please check the known issues. Most likely it's your case.
好的,解决了问题。就我而言,这是客户端映射配置错误。
Teamcity 默认为“//depot/... //team-city-agent/..”
我将其更改为“//depot/... //team-city-agent/...”,末尾有 3 个点,它成功了。这是用 3 个点表示的正常方式。
Ok, solved the problem. In my case it was an error with Clientmapping configuration.
Teamcity default was "//depot/... //team-city-agent/.."
I changed it to "//depot/... //team-city-agent/..." with 3 dots on the end and it worked. Thats the normal way of perforce with 3 dots.