Welcome to MSDN Blogs Sign in | Join | Help

BUGBUG: poor title

Richard Berg's look at source control and life

Browse by Tags

SourceSafe 2005 Update is available for download!
I'm very pleased to announce that the wait is over. Today the first official update for SourceSafe 2005 went live on the web . Download away -- it's only 3.5MB. To quickly bring new readers up to date: this update is a rollup of 64 VSS bug fixes . We Read More...
VS 2008 and SourceSafe Q&A
My post about VS 2008 and the SourceSafe CTP generated lots of questions . I'll do my best to answer all of them. Q: Why wasn't this information in the VS2008 README? A: It should have been. It was definitely in the Orcas Beta1 and Beta2 READMEs. I haven't Read More...
List of SourceSafe bugfixes updated
Just a quick note to let you know that I've updated the list again. To recap: you can get fixes #1-57 today via the CTP build. English only, I'm afraid. The final GDR ships later this year in all supported languages (English, Japanese, French, Italian, Read More...
VS 2008 users: remember to download the SourceSafe CTP
You've probably all seen Soma's announcement that the 2008 suite of products officially shipped this morning. Good luck downloading -- our servers are pegged :) If you plan to use VS 2008 with SourceSafe, make sure to pick up the Update CTP too. Without Read More...
'tf checkin' exit codes
All tf.exe commands return one of these: public enum ExitCode { Unknown = -1, Success = 0, PartialSuccess = 1, UnrecognizedCommand = 2, Failure = 100, } .csharpcode, .csharpcode pre { font-size: small; color: black; font-family: consolas, "Courier New", Read More...
SourceSafe Explorer: what does the "build tree" checkbox do?
When you run Get on a folder (aka project) in VSS Explorer, you're presented with these options: (if you don't get this dialog, try holding Shift) Most of the options are obvious, but not "build tree" -- at least not to me. The online help explains it Read More...
TFS Version Control Concepts 3: Item Versions and the two meanings of 'Changeset'
Let's recap Items one more time. Items are unique . They have an ID that no other item does. Items are versioned . Like all version control systems, TFVC is about making it easy to store successive versions of the same item and retrieve old ones when Read More...
TFS Version Control Concepts 2b: Namespaces in practice
Command Line usage In Source Control Explorer, you're always operating on pending space. At the command line, it's less clear. Consider the following setup: you're working in a directory $/project that's mapped to c:\project and contains two files a.cs Read More...
TFS Version Control Concepts 2: Item Names
Last time we learned that the principle objects in the source control system are called Items, and a few of their basic properties. That was awhile ago so let's recap: Items are unique . They have an ID that no other item does. Items are versioned . Like Read More...
Did you know? How to bring up old-style dialogs in SourceSafe 2005
One of the changes made between VSS 6.0 and 2005 was to replace ancient file dialogs with common dialogs from the Windows Shell wherever possible. Check out the 6.0 version of Set Working Folder : It just screams "Win 3.1", complete with floppy diskette Read More...
Binding Outlook macros to a keyboard shortcut
When I updated Buck's TFS macros for Outlook 2007 , I neglected to demonstrate how they were installed. Enough has shifted around in '07 that the question has come up a few times. Let's burn some bandwidth. 1) go to Tools -> Macro -> VB Editor. Read More...
Back from Brazil
I've been on vacation the last two weeks, and was silent for several weeks before that. Lots of things from that time stretch I want to share. Most notably, we wrapped up the promised "VSS GDR CTP". Brian Harry was kind enough to announce its RTW in my Read More...
List of bugs fixed in SourceSafe 2005 GDR
I'm a big fan of the work Brian Harry has done to make our processes more transparent. Nevertheless, to badly misquote one of my other bosses, "transparency for the sake of transparency is soo 2006." I chuckled again writing this, because there's a grain Read More...
Outlook macro for work item and changeset hyperlinks -- updated for 2007
When I upgraded to OL2007, Buck's great little macros stopped working. Today, I finally got the guts to ask the Outlook guys what they broke improved. The answer was simple enough. I'll let the code do the talking: Sub LinkToWorkItem() Set oDoc = ActiveInspector.WordEditor Read More...
SourceSafe 2005 GDR first release around the corner
We finally have a name. Last time I blogged about the future of SourceSafe , I had to constantly refer to "the next servicing release." No more. That next release will officially be a "GDR" -- and it's coming sooner than you think. Some brief history Read More...
More Posts Next page »
Page view tracker