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
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)
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
BUGBUG: poor title
Install sequence: VSTS SP1, TFS SP1, Vista, Quiescing, oh my!
Posted
over 6 years ago
by
Richard Berg
2
Comments
I've noticed a lot of customer confusion around SP1. None of the information below is new -- anyone could piece together the same recommendations by dissecting the various READMEs, release notes, blogs, etc. -- but I think there's value in collecting...
BUGBUG: poor title
PowerShell example: adding items from a changeset to a label
Posted
over 6 years ago
by
Richard Berg
1
Comments
A recent request : "I want to be able to add a label to all files that were modified/added/whatever as part of a changeset." Sounds like a job for PowerShell! function label- changeset ( [ string ] $ serverName , [ string ] $ labelName , [ int ] $ changeset...
BUGBUG: poor title
add-types.ps1 - poor man's "using" for PowerShell
Posted
over 6 years ago
by
Richard Berg
1
Comments
One thing that's missing from PowerShell is the ability to import foreign namespaces into the current context. That leads to a lot of typing at the interactive prompt and bloated hard-to-read lines in your scripts. For example, even if you've loaded the...
BUGBUG: poor title
New TFS tool - TFSProxy
Posted
over 6 years ago
by
Richard Berg
4
Comments
I love it when participating in the community pays off. Barely a week later, we had a neat little applet posted to CodePlex: Project Description This little plugin will allow you to switch tfs proxy servers or disable the tfs proxy. It's also possible...
Page 1 of 1 (4 items)