What to do with multiple projects depending on the same source?

后端 未结 5 1417
天命终不由人
天命终不由人 2021-01-05 10:07

This is something I\'ve come across twice in the past month and I\'m not even certain how to phrase this as a Google query.

I\'m actually using SVN for all of this,

5条回答
  •  慢半拍i
    慢半拍i (楼主)
    2021-01-05 10:57

    Put all shared files in a separate folder in either one of the projects or in a separate one. Then use externals to reference that folder. Mixing files from different places in the same folder is a bad idea.

提交回复
热议问题