[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Repository organization for complex project

From: Mauro Adolfo San Martin Ramas <msmartin_at_userena.cl>
Date: Wed, 13 Oct 2010 13:05:43 -0300

Hi,

So far I have been using svn in rather simple settings: at most some
branches and merges limited to one dev tree.

However, now I need to set up a repository for a project composed by several
modules where different subprojects (comprised by subsets of modules) need
to be compiled and tested independently. Usually each team is actively
developing only one module but requires the latest (or stable) versions of
some of the others to build and test.

For instance, if p_i are projects and m_i are modules, I need to configure
svn to support

    m_1 m_2 m_3 m_4 m_5

p_1 u u d

p_2 d u u u

p_3 u u d

...

where d means active development of module j by project i, and u only use.

Is such a setting possible with svn? Any advice will be greatly appreciated.

Best Regards,

Mauro San Martín
Received on 2010-10-13 18:23:02 CEST

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.