简体   繁体   English

如何确定SP1是否已应用于我们的TFS 2008安装

[英]how can I determine if SP1 has been applied to our TFS 2008 install

I don't want to download and install SP1 for Team Foundation server 2008 if I don't need to. 如果我不需要,我不想为Team Foundation Server 2008下载和安装SP1。 But I'm not sure how to determine what version our server is currently running? 但我不知道如何确定我们的服务器当前运行的版本?

If you have Visual Studio Team Explorer 2008 SP1 installed on your client machine, then look in source control explorer to see if you have anything populated in the Last Check-in Date column. 如果您的客户端计算机上安装了Visual Studio Team Explorer 2008 SP1,请查看源代码管理资源管理器以查看“上次签入日期”列中是否包含任何内容。 If there is data the server is SP1, if there isn't then it is pre TFS2008 SP1. 如果有数据服务器是SP1,如果没有,那么它是TFS2008 SP1之前。 (See my blog post where I talk about this feature) (请参阅我在博客文章中谈到此功能)

Alternatively if you can log into the machine, take a look at ProgramFiles\\Microsoft Visual Studio 2008 Team Foundation Server\\Web Services\\Services\\bin\\Microsoft.TeamFoundation.dll. 或者,如果您可以登录计算机,请查看ProgramFiles \\ Microsoft Visual Studio 2008 Team Foundation Server \\ Web Services \\ Services \\ bin \\ Microsoft.TeamFoundation.dll。 SP1 has a version of 9.0.30428.1 SP1的版本为9.0.30428.1

这个工具看起来可以完成这项工作。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何判断Team Foundation Server 2008上是否已安装SP1? - How can I tell if SP1 has been installed on Team Foundation Server 2008? 如何在没有原始安装媒体(vs_Setup.msi)的情况下安装VS 2008 Team Suite SP1? - How can I install VS 2008 team suite sp1 without the original installation media (vs_Setup.msi)? 升级tfs 2008 sp1以使用sql server 2008 - upgrading tfs 2008 sp1 to use sql server 2008 如何检查TFS 2008变更集已合并到哪些分支? - How can I check which branches a TFS 2008 changeset has been merged into? 在TFS 2008 SP1中生成期间MSTest崩溃 - MSTest crash during a build in TFS 2008 SP1 Visual Studio 2008 SP1和TFS 2015的MSSCCI提供程序 - MSSCCI provider for Visual Studio 2008 SP1 and TFS 2015 安装TFS 2008 SP1时出错,数据库'master'中的CREATE TABLE权限被拒绝 - Error Installing TFS 2008 SP1, CREATE TABLE permission denied in database 'master' vs.net2008(sp1)+ TFS:项目打开时数据源连接信息被覆盖 - vs.net2008 (sp1) + TFS: Data Source connection info overwritten when project opened Team Foundation Server 2008 SP1安装后,报表服务器不可用 - Report Server not available after Team Foundation Server 2008 SP1 install 如何找出已合并TFS变更集的分支 - How can I find out which branches a TFS changeset has been merged into
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM