Comment faites-vous la structure de votre dépôt SVN?

Ce qui est mieux?

Un:

server:1080/repo/projectA/trunk/...
                          branches/branch1
                          branches/branch2
                          branches/branch3
                          tags/tag1/...
                          tags/tag2/...
server:1080/repo/projectB/trunk/...
                          branches/branch1
                          branches/branch2
                          branches/branch3
                          tags/tag1/...
                          tags/tag2/...

B:

server:1080/repo/trunk/projectA/...
                 branches/projectA/branch1
                 branches/projectA/branch2
                 branches/projectA/branch3
                 tags/projectA/tag1/...
                 tags/projectA/tag2/...
server:1080/repo/trunk/projectB/trunk/...
                 branches/projectB/branch1
                 branches/projectB/branch2
                 branches/projectB/branch3
                 tags/projectB/tag1/...
                 tags/projectB/tag2/...

Quelle structure de référentiel utilisez-vous et POURQUOI?

Une simple tortue tutoriel sur la façon de structurer votre repo svn. Fondamentalement, il est TOUJOURS préférable d'utiliser un multiprojet structure de deaddevssociety.com/2010/08/create-subversion-repository.html

OriginalL'auteur Juve | 2008-09-30