views:

33

answers:

2

Hey Guys, 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?

Thanks in advance - Thomas

+1  A: 

Please check the known issues. Most likely it's your case.

CrazyCoder
Thanks for the tip
Thomas Spranger
A: 

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.

Thomas Spranger