One SVN repository or many?

后端 未结 13 1916
耶瑟儿~
耶瑟儿~ 2020-11-30 17:17

If you have multiple, unrelated projects, is it a good idea to put them in the same repository?

myRepo/projectA/trunk
myRepo/projectA/tags
myRepo/projectA/br         


        
13条回答
  •  醉话见心
    2020-11-30 17:31

    We are a small software company and we use a single repo for all of our development. The tree looks like this:

    /client///
    

    The idea was that we would have client and internal work in the same repo, but we ended up having our company as a "client" of itself.

    This has worked really well for us, and we use Trac to interface to it. Revision numbers are across the whole repo and not specific to one project, but that doesn't phase us.

提交回复
热议问题