How do you update the server name in source indexed symbol file?
Posted
by Keith Hill
on Stack Overflow
See other posts from Stack Overflow
or by Keith Hill
Published on 2010-06-01T18:34:04Z
Indexed on
2010/06/09
23:32 UTC
Read the original article
Hit count: 283
With the Debugging Tools for Windows you can run SSIndex.cmd against your symbol files and it will embed the command to retrieve each source code file from the TF server. We have a bunch of indexed files and recently our IT migrated our TFS 2008 installation to TFS 2010 and in the process changed the server name. Question is, how can I update all these symbol files to point to the new server? I thought SSindex used an alternate data stream named 'srcsrv' but SysInternals' streams.exe shows nothing on these symbol files even though srctool.exe shows the data.
© Stack Overflow or respective owner