visual studio 2010 - Mapping two workspace folders to the same working directory -


i'm migrating build system vss tfs , 1 part of vss solution gets selected files 2 vss projects same dir.

since tfs forces explicitly set working folders before can get, not sure if work? have had problems separate workspaces overlapping each other's working directories, 2 vss projects part of 1 tfs workspace do-able?

as far know, not possible map 2 different tfs folders same local filesystem path, or overlapping filesystem paths - regardless of whether 2 mappings in same workspace, or in 2 different workspaces.

since workspaces , mappings managed , stored on tfs server, server capable of enforcing restriction across workspaces - if workspaces belong different users. important thing server checks hostname of client system workspace belongs to.

all information comes personal observation. there may official documentation confirms observations, have not checked.

to answer question: might able pull off if can manipulate build workspace in between 2 operations, i.e. remove 1 mapping after first , add second mapping before attempt second get. possible candidate how achieve powershell script. not recommend this, though, sounds hack make unhappy @ end of day.


Comments