#> tf="/cygdrive/c/Program Files (x86)/Microsoft Visual Studio 11.0/Common7/IDE/TF.exe" |
create a workspace foobar
#> cd "$tfsdir"
|
list the workspaces on the current computer
#> "$tf" workspaces |
delete a workspace foobar
#> "$tf" workspace /delete foobar
|
get last changeset included in label EOL-2015-12-RC3
#> cd "$tfsdir"
|
create a label:
right click on $/eCommerce/EOL/Trunk and select
search:
tags:teal bozo | Work Items with the "teal" tag and containing the "bozo" string |
tags:coding_policy -S=Done -S=Removed | Work Items with the "coding_policy" tag and which are not Done or Removed |