Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Visual Studio checkout from TFS

This question is about Visual Studio and Team Foundation Server ( TFS ). Im a novice with TFS and got a bit confused over a thing.

If I have connected to a TFS-project through VS and have all the code in VS. If I start editing a file I see a message like "foo.cs has been automatically checked out for editing." Does other people in the project see that? I just want to test things locally and dont want to affect other people in the project.

I am also a bit confused about that it says that is " has been automatically checked out for editing". I mean I already see the code in VS so I thought I had already checked it out.

I am used to work with SVN and haven't really worked with TFS before but in SVN you have to check out the code to be able to see it in your IDE of choice.

like image 888
Kneta_ Avatar asked Mar 30 '13 22:03

Kneta_


1 Answers

Yes, other people will see that you checked out the file. They will still be able to edit it. There is a setting in Tool -> Options -> Version Control not to check out files automatically.

like image 108
Z.D. Avatar answered Sep 21 '22 13:09

Z.D.