Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

My edited files not appear in TFS's Pending Changes window

I am using VS2010's TFS and have this problem: after 'Get latest version', and try to edit the file, it does not appear in Pending Changes window. I have to use the option 'Check out to Edit' for every files I want to change. It makes me missing some files when working with a big project. Any one have idea to fix this?

like image 687
chinh nguyen van Avatar asked Mar 22 '13 07:03

chinh nguyen van


People also ask

How do you check changes in TFS?

In Source Control Explorer, select one or more items with pending changes, or one or more folders that contain items with pending changes. The TFVC checked-out status icon indicates items with pending changes. Right-click the selected items and choose Check In.

How do I undo pending changes in TFS?

Open the Undo Pending Changes dialog box: In Solution Explorer, right-click the items and choose Source Control > Undo Pending Changes. In the Pending Changes page of Team Explorer, right-click the items and choose Undo.

How do I add pending changes in Visual Studio?

On the View menu, click Other Windows, and then click Pending Changes. The Pending Changes window is displayed. In the Pending Changes window, right-click the element that you want to compare to another version, click Compare and then click, With Workspace Version or With Latest Version.

What is check in pending changes TFS?

In the team explorer open up the source control tab, then right click on the route folder and select Check in Pending Changes. This will check in all the files over all the solutions/projects that you have underneath the root. Repeat the process for any other team collections you have used. Save this answer.

How do I view pending add in Visual Studio?

Right-click your project or project suite in the Project Explorer and then click Source Control > Check In.


2 Answers

Go to File -> Source Control -> Go Online and it will fix this problem.

like image 159
4 revs, 4 users 44%user1131435 Avatar answered Sep 17 '22 17:09

4 revs, 4 users 44%user1131435


I didn't see File -> Source Control -> Go Online option. I fixed it by clicking on item and selecting option to check out for edit. That worked.

like image 40
Hooch Avatar answered Sep 17 '22 17:09

Hooch