Sign in
BUGBUG: poor title
Richard Berg's look at source control and life
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Tags
branch
branchmerge
microsoft
Pages
personal
powershell
scci
scm
tfs
vss
Browse by Tags
MSDN Blogs
>
BUGBUG: poor title
>
All Tags
>
powershell
Tagged Content List
Blog Post:
PowerShell example: adding items from a changeset to a label
Richard Berg
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 = $ (throw 'Usage : label- changeset <server>...
on
21 Feb 2007
Blog Post:
add-types.ps1 - poor man's "using" for PowerShell
Richard Berg
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 TFS client assemblies, you still have to write...
on
21 Feb 2007
Page 1 of 1 (2 items)