We are switching from Subversion to TFS 2010 and I am experimenting with FB7 to see how to modify our existing build routines.
After changing a file and checking it in on another workstation I run a FB7 script which successfully performs a TFS Get to update the file in the workspace - I've checked the version numbers in Source Control Explorer and by actually opening the changed file.
However the script then does a TFS Latest Version Number which returns the previous version number, I have tried manually running "tf history * /noprompt /recursive" in a DOS box and this is returning the correct updated info.
If I restart FB7 and re-run the script (with or without the TFS Get enabled) it then reports the correct version number.
FB 7.0.0.1682 is installed on a Windows XP SP3 VM under HyperV on a Windows 2008 R2 Server with TFS 2010 installed in another VM. I have installed Source Control Explorer locally on the XP VM (v10.0.30319.1 RTMRel).
Disclaimer: I'm a newbie to TFS and FB7 although I have been using previous versions of FB for several years.