Click here to Skip to main content
15,888,177 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
This is just a general question, if anyone can point me to the right direction please?
Posted

In TFS for every built process there is a source definition...If it's a TFS hosted project it will be entries in the working folder table attached to the built process or a Git repository for Git hosted project...So it is not about changeset, but folders and repositories...
 
Share this answer
 
From experience in working with TFS for this year, i can say that When you check in your changes, they are stored on the server as a changeset. Changesets contain the history of each item in version control.

You can view a changeset to get information about:
>which files were changed
>what the exact changes were
>who changed the files
>what the check-in comment contains
>which work items are associated with the changeset

For more info on how TFS works when checking in code and handling changesets, click
here [^]
 
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