| Message | Reason |
|---|---|
| All files are up to date | When you do a get latest but no files have changed on the server. |
| Get: [filename] | Displayed when a file is retrieved from TFS. |
| Error connecting for project [projectNAme]: could not find workspace for [projectPath] on computer [hostname] | Error when connecting to server-possibly because the workspace has been deleted or the connection to the server is not available. |
| Check in pending change ([changeType]): [filename] | Displayed for each change that is committed as part of a changeset. |
| Changeset [changesetNumber] successfully checked in. | Displayed when a changeset was successfully committed to the server |
| A newer version of [filename] exists on the server. | Conflict message displayed when trying to check-in a file that has a newer version on the server (TFS generated message). You will need to do a Getlatest and Resolve Conflicts. |
| The conflict for [filename] has been resolved. | Displayed when a conflict has been resolved. |
| New Pending Change ([changeType]): [filename] | Displayed when a new pending change is created on a file (for example when checking out for editing, renaming, deleting, etc.) You must check these changes in for the change to be committed to the server. |
| Undone Pending Change ([changeType]): [filename] | Message displayed when you undo a pending change. |
| TFS produces a number of non-fatal messages (warnings) which Teamprise passes on to the client. | |
| Warning: There are other pending changes against the item. [filename] Edit in [workspace name];[user] | Message displayed when you check out a file that is checked out in another workspace. |
| No matching items found in $/project_name/file_name in your workspace. | You have not have not yet performed a Getlatest to populate your local repository with the TFS latest version. Do a Getlatest and try checking out again. |
| Warning: A newer version of [filename] exists on the server. | Warning displayed when checking out a file that has a newer version on the server than the local workspace. |