On Thu, Mar 1, 2012 at 10:47 AM, Pietro Moras <studio...@hotmail.com> wrote: > Hi, > > Having to develop two distinct, un-related Projects, I wonder whether it > is sensible to store them both into a unique Subversion Repository, or it is > natural to create two distinct Repositories, each one dedicated to a unique > Project. > > > In other words, a Subversion Repository is naturally meant for more than > one, unrelated, independently versioned project, or not?
It works fine either way and for small projects won't make any difference. The trade-offs are that it may be harder to manage equivalent user permissions across a set of separate repositories and it will be more cumbersome to svnadmin dump/filter/load a large single repository when it reaches a point where you need to do maintenance. -- Les Mikesell lesmikes...@gmail.com