Sign In
BUGBUG: poor title
Richard Berg's look at source control and life
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
About
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Tags
branch
branchmerge
microsoft
Pages
personal
powershell
scci
scm
tfs
vss
Archive
Archives
December 2007
(2)
November 2007
(2)
September 2007
(7)
August 2007
(1)
June 2007
(5)
May 2007
(6)
March 2007
(1)
February 2007
(4)
January 2007
(3)
December 2006
(3)
November 2006
(2)
October 2006
(2)
April 2005
(2)
September, 2007
MSDN Blogs
>
BUGBUG: poor title
>
September, 2007
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
BUGBUG: poor title
'tf checkin' exit codes
Posted
over 5 years ago
by
Richard Berg
3
Comments
All tf.exe commands return one of these: public enum ExitCode { Unknown = -1, Success = 0, PartialSuccess = 1, UnrecognizedCommand = 2, Failure = 100, } You should never see -1 . Code 2 is only for the very specific case where you mistype...
BUGBUG: poor title
SourceSafe Explorer: what does the "build tree" checkbox do?
Posted
over 5 years ago
by
Richard Berg
1
Comments
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...
BUGBUG: poor title
TFS Version Control Concepts 3: Item Versions and the two meanings of 'Changeset'
Posted
over 5 years ago
by
Richard Berg
6
Comments
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...
BUGBUG: poor title
TFS Version Control Concepts 2b: Namespaces in practice
Posted
over 5 years ago
by
Richard Berg
6
Comments
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...
BUGBUG: poor title
TFS Version Control Concepts 2: Item Names
Posted
over 5 years ago
by
Richard Berg
7
Comments
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...
BUGBUG: poor title
Did you know? How to bring up old-style dialogs in SourceSafe 2005
Posted
over 5 years ago
by
Richard Berg
6
Comments
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...
BUGBUG: poor title
Binding Outlook macros to a keyboard shortcut
Posted
over 5 years ago
by
Richard Berg
1
Comments
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....
Page 1 of 1 (7 items)