So if I do a force GET of a specific Changeset will also retrieve files of that Changeset, and in addition bring in all files that are of the date of that Changeset, regardless of whether those files are newer or older than the ones in the solution. If so, then with a force GET, it will bring my solution back to the state when the Changeset was checked in. Is this correct?
Main Topics
Browse All Topics





by: Admin3kPosted on 2009-10-13 at 08:23:17ID: 25560954
if you try to get a specific version with Changeset, TFS will check the file version of the entire solution you chose to update & will update the source files in your workspace if the file version checked in to TFS is newer than the ones in your workspace, if the files are the same , no action is done.
basically they will do the same thing, you can confirm this by getting a specific version of a changeset, and compare it to a specific version of the exact time /date of the same checkin
Note: if a file was deleted or Modified outside of source control, accidental deletion,etc.. TFS will not detect it was modified and thus will not update it, so you will need to FORCE the get from the get specific dialog box.
Forcing the GET will update the files in your workspace regardless of the File version in your workspace.
Please let me know if I misunderstood you , or if any further clarification is needed.