문제

I have many projects in my Source Control folder, can I work from the server repository without mapping a local folder?

도움이 되었습니까?

해결책

No, but you can configure you local workspace to only map to the folders you are interested in. You can also create more that one workspace.

For example:

  1. Create workspace called "Project A"
  2. Create a Mapping from $/TeamProject/Stuff/MoreStuff/ProjectA to C:\Code\ProjectA

Repeat for other projects you are interested in.

You can now select a workspace to use in Source Control Explorer (and in Pending Changes). When you do a "Get Latest" on your workspace you will only get files you have mapped.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top