Search This Blog

Showing posts with label Visual Studio 2010. Show all posts
Showing posts with label Visual Studio 2010. Show all posts

Wednesday, January 27, 2010

How to show deleted projects in Team Foundation Server

If you are using Team Foundation Server in any version, Visual Studio 2005, Visual Studio 2008, Visual Studio 2010 you may run across a problem that may not be easy to solve. Sometimes when you are creating and deleting branches in Team System if you delete a branch or directory you most likely will not see it after you delete it. The problem is that by default Visual Studio does not show deleted projects. So, in order to enable this:




This is useful because Team System, all versions, continue to keep your project/branch directories around even after you delete them through Visual Studio Source Control. There is another way to completely remove the project/branch from Team Foundation Server. You can use the command line tool that comes with Visual Studio Tools that get installed alongside your Visual Studio Intallations. The path the tool lives in  :\Program Files\Microsoft Visual Studio\Common7\IDE and is available from the Visual Studio 2008 Command Prompt:




In order to delete branches you need call the tf delete command. You call you tf delete /? to see how to use the command. It is pretty easy. I used this article for reference > http://msdn.microsoft.com/en-us/library/z51z7zy0.aspx

Good luck and happy Lifecycle Management!

Tuesday, December 29, 2009

Free Training Courses on Channel9

Free Training Courses on Channel9

If you haven't had a chance to see any of the new free training content up on channel 9 you are missing out! There are tons and I mean tons of free content around many of the current and upcoming technologies that Microsoft is releasing. From what I have seen so far, many of the videos that are being produced are by industry experts and Microsoft employees. Here are courses they have setup so far:

There are hours and hours of free content up on channel 9 and I would definitely recommend taking advantage of this information while it lasts.

Good luck and I hope this helps~