Showing results for Source Control - Buck Hodges

Jun 15, 2004
0
0

Interfaces for the TFS source control client

Buck Hodges
Buck Hodges

The new source control system in Team Foundation will have several client interfaces.Command line   The command line interface provides a complete set of commands for performing all of your source control tasks.  When run interactively (i.e., the /noprompt option is not specified), some commands will bring up dialogs.  These ...

Source Control
Jun 14, 2004
0
0

A simple example using branch and merge

Buck Hodges
Buck Hodges

Merge is an overloaded word. There is a content merge and then there is a branch merge. A content merge is where you have edited a file and someone checked in a newer file, so the source control system will tell you to do a content merge before checking in the file (if it's interactive, it's a 3-way merge GUI). A branch merge is migrating changes ...

Source Control
Jun 14, 2004
0
0

More on branching and merging vs. sharing and pinning

Buck Hodges
Buck Hodges

Branching and merging in TFS provide a more robust way to accomplish what sharing and pinning are often used for in VSS.  In TFS, you would branch a directory (source), using the "branch source target" command, to the desired location (target).  Then when there are changes in the source that you need in the target, you would use...

Source Control
Jun 10, 2004
0
0

When can I get the Team Foundation Server?

Buck Hodges
Buck Hodges

Several people have asked this question.  The server is not included in the May Community Preview distributed at TechEd.  Also, the server bits will not be included with the upcoming VS 2005 Beta 1 release.  In fact, none of Team System will be in Beta 1, so the May Community Preview release at TechEd is it for a little ...

Source Control
Jun 10, 2004
0
0

Migrating from SourceSafe to Team Foundation Server

Buck Hodges
Buck Hodges

We plan to provide migration tools for users switching to TFS.  A VSS user asked in the newsgroup about migrating VSS labels, revision history, sharing, and pinning.The goal is migration of all data, consisting of projects, files, and folders, with associated metadata reliably with minimal information loss while preserving user ...

Source Control
Jun 4, 2004
0
0

Branching models

Buck Hodges
Buck Hodges

Doug Neumann, our PM, posted on the Team Foundation newsgroupmicrosoft.private.whidbey.teamsystem.teamfoundation newsgroup a nice answer to a question about branching models and VSTS.Question (Carl Daniel): IEEE Computer, September 2002 issue contained an article entitled "the importance of branching models in SCM". Since we can't really evaluate ...

Source Control
May 26, 2004
0
0

Brian Harry’s weblog

Buck Hodges
Buck Hodges

So Korby's gotten Brian going.  Check out “A little history on me and the Visual Studio Team System” for how we got here...

Source Control
May 26, 2004
0
0

Summary of Doug’s Managing Software Configurations presentation

Buck Hodges
Buck Hodges

Korby Parnell, our checked-in tech writer, has posted a great summary of Doug's Managing Software Configurations presentation.  He even included highlights from the Q&A.  Check it out and add your comments.Rob Caron posted a picture of Doug in action...

Source Control
May 24, 2004
0
0

Doug Neumann on Software Configuration Management with Burton

Buck Hodges
Buck Hodges

Doug's the program manager for Source Control in Visual Studio 2005 Team Server, and his talk will look at doing details of software configuration management with VSTS. Doug's and Brian's talks cover different ground and will really give you a feel for what we're doing. DEVC32 How-To: Managing Software Configurations with Visual Studio ...

Source Control
May 24, 2004
0
0

Visual Studio 2005 Team System (aka Burton)

Buck Hodges
Buck Hodges

The official web site for Visual Studio 2005 Team System is now live, including a Burton blog called AskBurton. I am a developer working on the Burton source control system (Team Foundation), which we code-named Hatteras. Over time I plan to add details about Hatteras and how it works. Here is a good description of Team Foundation from ...

Source Control