getting the xml for running tfsreg.exe

The TfsReg.exe utility lets you change the URL's that are registered with TFS (tells TFS how to access version control, work item tracking, reporting services, sharepoint, any third-party tools that have registered, etc.).  The biggest problem is usually in getting that "clean" xml that represents the current state of your server, so you can edit it and then feed it back in.  (Yes, we're considering an "export" option for a future version to make this easier :)

Route 1: use IE logged into app tier

  • login to TFS application tier
  • load IE and hit http://localhost:8080/services/v1.0/registration.asmx?op=GetRegistrationEntries
  • leave toolId empty and click Invoke
  • In the new IE window that opens (with a bunch of XML output), click File -> Save As
  • save to reg.xml (or whatever else you want to call it)
  • load in notepad (or whatever editor you want)
  • change root element from ArrayOfRegistrationEntry to RegistrationEntries
  • Make whatever other changes you want (sharepoint url's, reporting url's, whatever) and save
  • run tfsreg.exe

If you've changed <remove name="HttpGet" /> to <add name="HttpGet" /> in your AT's [TfsInstallDir]\Web Services\web.config to allow remote get calls (you could still do this with a soap call, i'm just being lazy here :) then a little shorter powershell version that takes care of the string replacement and save to a file for you:

Route 2: PowerShell, from wherever

  • a few lines of script (replace localhost with server name if not logged into the AT)
  • load reg.xml in notepad (or whatever editor you want)
  • Make whatever changes you want (sharepoint url's, reporting url's, whatever) and save
  • run tfsreg.exe

Note that Route 1 could really be "from wherever" as well if you happened to also change <remove name="HttpPost" /> to <add name="HttpPost" /> (which you generally would, if you bothered to change HttpGet), but I left that out in the above since I wanted "Route 1" to be something that worked for everyone, regardless. :)

Published Thursday, October 12, 2006 10:57 PM by jmanning

转载于:https://www.cnblogs.com/snowball/archive/2007/08/03/842021.html

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值