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