tfs2008 - TFS - Moving to a new server. How to update solutions with new server info? -
tfs2008 - TFS - Moving to a new server. How to update solutions with new server info? -
tfs setup on vm , have 6 devs using it. we've been going on year. have move vm new info center , ip address going change. referenced tfs server it's ip instead of host or dns (yes, know!)
everything hardcoded ip address. how update local config piont new server ip?
i've found 'servers' entries in registry , i've found solution file has ip server hardcoded it.
is there easy way create these changes without manually editing files/registry?
here have done solve issue.
steps
edit ep2.sln in notepad. alter sccteamfoundationserver = http://123.123.123.123:8080/ sccteamfoundationserver = http://123.123.123.124:8080/ save. note: file marked read only. uncheck read in file properties. open vs (do not have solutions open). view -> team explorer 3. right click on server node (123.123.123.124) , take 'disconnect' click 'add existing team project' button , click 'servers' button 5. click on 'add' add together new server. come in ip address , leave defaults. click ok , click 'close' from drop down, take new server (will labeled ip entered). click '(select all)' check box , click ok. server info start refresh, wait until it's done. at point, close team explorer window , open solution. there dialog "there appears discrepancy between solution's source command info project(s) , info in project file(s)". click ok , wait solution load.done.
tfs2008
Comments
Post a Comment