Should I store all projects in one repository or multiple?

前端 未结 11 1085
长情又很酷
长情又很酷 2020-12-02 09:04

I am currently using TortoiseSVN to manage a couple of the projects that I have on the go at the moment. When I first moved everything into source control I wasn\'t really

11条回答
  •  失恋的感觉
    2020-12-02 09:12

    I would store them in the same repository. It's kind of neater. Plus why would it matter for continuous integration and such - you can always pull a specific folder from the repository.

    It's also easier to administer - accounts to one repository, access logs of one repository etc.

提交回复
热议问题