tfs2008

TFS email notification

狂风中的少年 提交于 2019-12-04 22:46:18
When I add a bug (Work Item) in TFS, and assign it to a user, I want an email sent to that user. Also if an existing bug has the "Assigned To" changed, I want that user to get an email. Is it possible to send Alerts to users when they're assigned changed bugs in TFS 2008? In VS 2005 at least, on the Team menu you will find a Project Alerts... item which allows users to specify an email address that will be notified when My work items are changed by others , which covers both the situations you mention. I imagine VS 2008 will have a similar thing. Unfortunately, TFS doesn't have anything built

Get list files from a changeset using Microsoft.TeamFoundation.Client and Powershell

旧城冷巷雨未停 提交于 2019-12-04 21:24:28
I use TFS 2008 in a company. How can I get list of files from a TFS changeset using Microsoft.TeamFoundation.Client and Powershell ? My script: Add-Type -Path "C:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE\ReferenceAssemblies\v2.0\Microsoft.TeamFoundation.VersionControl.Client.dll" Add-Type -Path "C:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE\ReferenceAssemblies\v2.0\Microsoft.TeamFoundation.WorkItemTracking.Client.dll" Add-Type -Path "C:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE\ReferenceAssemblies\v2.0\Microsoft.TeamFoundation.Client.dll

Anyway in TFS to check-in modified files which are not checked-out

僤鯓⒐⒋嵵緔 提交于 2019-12-04 16:39:08
Anyway in TFS to check-in modified files which are not checked-out. I made modifications in some fo the files which are I didnt check-out. In Sub version we can check-in only modified files is there any similar way here as well.. I am new to TFS Ultimately, you do need to check out files before they can be checked in. There's a couple of ways to do this - if you know exactly which files you've modified, you can simply check them out with the UI or with the command line client. Of course, it's much easier to just let TFS determine which files you've modified and check them out for you. You can

Moving multiple files in TFS Source Control

人走茶凉 提交于 2019-12-04 07:27:12
问题 I'm using Team Foundation Server 2008 (SP 1) and I need to move multiple files from one folder to another (to retain file history). In addition to Team Explorer (with SP 1) I've also got the latest TFS Power Tools (October 2008) installed (for Windows Shell integration). Now, the problem is that I can't seem to select and move multiple files via either the shell or the Source Control Explorer window. I can move individual files (by right clicking + "Move") and I can move whole folders (same

Continuous deployment of IIS settings with MSDeploy

女生的网名这么多〃 提交于 2019-12-04 07:15:24
We practice continuous deployment with TFS (2008) and are looking for a nice way to handle IIS settings changes. MSDeploy seems like it should be the way to handle this, but after much reading and searching, I haven't found a good answer. The problem with MSDeploy, as I see it, is that you need to create a deployment package using an existing IIS website. I would like to be able to have the appropriate IIS configuration for the website in source control and have the build create the package. The only way I can see to do this is to hand craft the archive.xml file. Is my thinking correct or is

How can I publish source code (Visual Studio) on a intranet?

独自空忆成欢 提交于 2019-12-04 06:54:35
问题 I have various solutions in VS2010 managed with TFS2008 and I want to publish code of them on a intranet or "local" website to help developers with no access to TFS to view and search code. I know that TFS has a web interface (Visual Studio Team System Web Access) to view the code, but it's very slow and has no search option. Is there any other more specific tool to publish and search code of a VisualStudio Project/Solution on a website? 回答1: You can upgrade to the latest TFS, code search is

A way to find out all affected files of a workItem or group of chgsets in TFS 2008?

匆匆过客 提交于 2019-12-04 06:29:48
I'm trying to figure out a way to find out which files were affected by a work item in TFS 2008. I realize that this is a duplication of a question already asked by someone else here - View a list of all files changed as part of a Workitem in TFS but it went unanswered and I've been, off and on, looking for this for a while. I understand can view the links tab of the work item and then view each changeset to see the files that have been changed. But, the work item very likely will end up with many changesets linked to it, and I would like to review the files modified as part of the work item,

TFS 2008 checks out code automatically on edit

夙愿已清 提交于 2019-12-03 07:50:18
I am working on a Visual Studio 2008 project that is already added to TFS server. I am not sure which settings and policies have been configured for the TFS (this is done by a separate dept, not developers) Every time I make an edit to a code file , the file is checked out automatically (without explicitly checking out the code file myself) Please help me locate this setting or policy because it is not very useful at the moment. Sometime you want to make a local change to try out something, and not necessarily check out the code.... Alex It is in Options\SourceControl\Environment Checked out

How to delete Work Item from Team Foundation Server

时光毁灭记忆、已成空白 提交于 2019-12-03 06:23:01
问题 Is there a chance to delete Work Item from TFS, or all I can do is just to rename it. Update: This question was for TFS 2008. New version (2010) have out of the box solution as Rob Cannon suggested 回答1: See this tool: http://devmatter.blogspot.com/2009/04/deleting-work-items-in-tfs-ui.html the Team Foundation Client does not include any functionality for deleting work items from TFS. Although it’s a tad inconvenient, you can delete work items from TFS by installing the Team Foundation Server

TFS: comparing shelveset files with local version

北城余情 提交于 2019-12-03 00:57:03
When viewing files in a shelveset, I would like the option of comparing the files to my current local version. Unfortunately, the only options available are "With Unmodified", "With Workspace" (I guess this one would be the answer, if it wasn't disabled) and "With Latest". Any ideas? Export Shelveset to a local folder using Team Foundation Sidekicks and use file comparison tool to compare with local version. ChrisTorng Up to How can I easily diff/compare 2 shelvesets in TFS? Use VS2013 ShelvesetComparer or VS2012 ShelvesetComparer , shelve local version into another shelveset, then compare