I'm using Team Foundation Server to work with a partner in a C # and I have the following problem:
When I change some file for example "UserController" and I do not check in my partner on his machine can change the same file. I want to be able to configure it to happen as follows:
When I change the UserController file on my machine and do not check in and my partner tries to change the same file, it will have to appear a message informing him that the same file has been changed by me and just let it change that file when I check in on my machine.
Is this possible?
@ Brandão was checked here as "Server", following its orientation I changed to Local (recommended) but still the two users are still able to change the same file ...