On Fri, Feb 11, 2011 at 11:26:36AM -0500, Bob Archer wrote: > Perhaps redmine doesn't require the nested projects to actually point to > nested repositories? >
It doesn't. In redmine, each subproject has some repository location associated with it. For Subversion, that's a URL. So it can be in its own repos or some path within an existing repository shared with other projects. I would say that the project grouping in redmine is a *UI feature*. It has nothing to do with how things are stored on the server. The storage doesn't need to mirror what you see in the UI.
