Is there any way to make Visual Studio 2010 TFS Get Latest a little more efficient?
It hangs forever at 50% whenever doing any size-able Get. Looking at Procmon, during a Get Latest of just one file it is ridiculous how many File handle open and closes there are. There was something like 100 file handle open and closes to the same file. About 80% of the time is just spent opening and closing file handles. Seems incredibly inefficient, not though out, and not developed with any foresight. Visual Studio opens a handle, sets attribute, closes handle like 6 times for every attribute. Really, VS can't have just used the same handle?
If I do a get latests from even a few days ago with maybe 150 files I might as well have my coffee break while it messes with file attributes. The actual server wait and network transmission takes hardly any time, its the atribute setting and handle opening and closing that it sits there doing for 5 more minuets.