tfs2012 - TFS 2012 API - Create local-workspace or switch from server- to local-workspace -
is possible create local workspace, or switch server workspace local 1 tfs-api?
i have nothing installed on machine want archieve , use console application tfs-api dlls. if i, under circumstances, create workspace, set islocal=false. need have local one.
thanks in advance.
according following options available tf workspace command
tf workspace /new [/noprompt] [/template:workspacename[;workspaceowner]] [/computer:computername] [/comment:("comment"|@commentfile)] [workspacename[;workspaceowner]] [/collection:teamprojectcollectionurl] [/permission:(private|publiclimited|public)] [/location:(local|server)] [/filetime:(current|checkin)] [/login:username,[password]] tf workspace [/collection:teamprojectcollectionurl] [/comment:("comment"|@commentfile)] [/newname:workspacename] [workspacename[;workspaceowner]] [/newowner:ownername] [/computer:computername] [/permission:(private|publiclimited|public)] [/location:(local|server)] [/filetime:(current|checkin)] [/login:username,[password]]
Comments
Post a Comment