Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个包含外部编译器的 bin 文件夹。这个 bin 文件夹对 3 个项目是通用的。有没有办法将 bin 文件夹指向仓库中的一般 bin 文件夹,这样我就不会复制该文件夹?
我建议像这样的仓库布局:
//depot/common/... //depot/project1/... //depot/project2/... //depot/project3/...
在某处检查您的编译器,//depot/common并让您的客户映射所需的项目和公共目录。
//depot/common