Click here to Skip to main content
15,881,588 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Problem

When check in in tfs file it not included on project on source control ?

i worked on tfs and there are 10 person connected

when i make check in to file from my computer it not show on another computer

when another users make get latest version this file i do check in to it not show on source control

if they are doing show all it will display but it not included on our projects

meaning it display but not included to project

to include it must do include on project

so that my question why this happen and how to prevent it ?

steps done

1- i connect to tfs

2- do right click and check in to new file created on my computer to another developer see it .

3-another developers connected to tfs need to see this file to resume work they do get right click latestversion

4- file i do check in not display to them they make show all files

5- after that file i do check in display in other developers after do show all files

6- after display it show but not included on project

7- id included on project

but i will not go to every developer or computer and do that

so that i ask how to solve this problem if possible ?

actually i need when another developers or computer make get saltest version file display to them .

What I have tried:

When check in in tfs file it not included on project on source control 
Posted
Updated 18-Dec-18 2:17am

1 solution

Hi,

Whenever you add new files to the solution, you have to checkin whole solution in TFS not file by file checkins.

Go to source controller in TFS and right click on the solution and do checkin, there you will get ".csproj" file in the pending changes list, compare the file and checkin.

In your .csproj file check your newly added file names.

Hope this may helps you....


Thanks.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900