Archive for February, 2010
Couple of useful TFS commands(Team Foundation Server)
TFS Baseless merge(where the branches to merge are not directly related)
TF MERGE /baseless “C:\TFSMERGE\1-Development\Release 7.0\CM” “C:\TFSMERGE\1-Development\Release 8.0\CM” /recursive
Delete a Project in TFS
tfsdeleteproject /server:lon-mp-cm01 “DocManagement”
Command to copy Directory structure (no files, just structure)
XCOPY
/T /E “C:\SourceCode” “C:\Temp\SourceCode\”