Showing archive results for 2007

Jan 20, 2007
Post comments count0
Post likes count0

Tabbed windows for remote desktop connections

Buck Hodges

Shortly after I wrote about Remote Desktop Connection 6.0 client, Blake Handler sent me email about a CodePlex project called Terminals.  Terminals is a neat application that hosts RDC sessions in tabs.One of the options in the Terminals connection dialog is whether to connect to the console, which becomes important when connecting to Windows ...

Random
Jan 20, 2007
Post comments count0
Post likes count0

Remote Desktop Connection 6.0 client

Buck Hodges

Last month, the Remote Desktop Connection 6.0 client was released.  It has some nice new features in it, which I've listed below.  Being able to log into a machine on a private network without having to use a VPN sounds really cool (TS Gateway servers), but I haven't been able to try that out.  I found an internal page where folks co...

Random
Jan 20, 2007
Post comments count0
Post likes count0

Internal TFS server database maintenance

Buck Hodges

Brian posted these answers in a comment to a question on his January dogfood statistics post.  These may be of interest to folks out there, particularly those running larger-sized Team Foundation Server installations. 1) What is the current size of our dogfood database? 2) Backups/Restores - With large databases, are there any issu...

Team Foundation Server
Jan 16, 2007
Post comments count0
Post likes count0

Incremental gets with Team Build and the list of files that changed

Buck Hodges

After you learn five things about Aaron that you didn't know, he'll show you how to do an incremental get without necessarily doing an incremental build. Doing an Incremental Get in Team Build In Team Build v1.0, it is not possible, without some trickeration, to do an incremental get without also doing an incremental build.  (The process for d...

Team Foundation ServerTeam Build
Jan 12, 2007
Post comments count0
Post likes count0

TFSBuildManager – project on CodePlex

Buck Hodges

Lorenzo Barbieri wrote about a tool on CodePlex called TFSBuildManager.  I didn't know about this one.  It's a tool written by Dudu Shmaya.  The CodePlex project page has the following about the project. TFSBuildManager TFSBuildManager is a utility to manage Team Foundation build types in an environment other than Visual Studio. Mai...

Team Foundation ServerTeam BuildTFS API
Jan 10, 2007
Post comments count0
Post likes count0

John Robbins’ approach to working offline with Team Foundation Server

Buck Hodges

John Robbins has written a post called Working Offline with TFS.  In it, he describes his approach to using Visual Studio when not connected to the Team Foundation Server.  As many of you know, the server information is stored in the .sln file, and VS tries to connect to the server whenever you open a solution that contains the server inf...

Team Foundation ServerSource Control
Jan 10, 2007
Post comments count0
Post likes count0

Five things about me

Buck Hodges

Martin Woodward tagged me with that blogging game that's going around where you post five things that people don't generally know about you and then tag five more people.  Okay, I have to admit it seems kind of fun, so I'll do my part to keep it going. I'm tagging Jeff Beehler, Aaron Hallberg, Mario Rodriguez, Jeff Atwood, a...

Random
Jan 9, 2007
Post comments count0
Post likes count0

TFS Version Control Server Team blog is alive

Buck Hodges

Chandru, a developer on the TFS version control server, has written the first post on the Version Control Server Team blog.  I helped Craig Harry, development lead for TFS version control platform, set this blog up a while back, so I'm excited to see the first post.  Craig's team owns both the version control...

Team Foundation ServerSource Control
Jan 6, 2007
Post comments count0
Post likes count0

Orcas Team Build Continuous Integration spec is now available

Buck Hodges

Back in early December, I wrote the post, More on the Orcas features for Team Build, that described many of the new features that we are adding for Orcas, elaborating on what Brian Harry had written in his TFS Roadmap post.  I'm very happy to say that later in December, we finished the implementation of those features, and they'll be in the ne...

Team Foundation ServerTeam Build
Jan 6, 2007
Post comments count0
Post likes count0

How to deal with the Y2K7 problem — file versions and AssemblyInfoTask

Buck Hodges

If you use the AssemblyInfoTask to stamp the version numbers for your assemblies that you build with MSBuild as part of your Team Build process, you may run into the "Y2K7" problem.  The version number is stored as a 16-bit (yes, 16 not 32) unsigned integer.  With the format YMMDD, January 1, 2007 becomes 70101, which is 70,101 and doesn'...

Team Foundation ServerTeam BuildMSBuild