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

Recommended Subversion Repository Structure

From: Jay Lessik <joemama77ca_at_yahoo.ca>
Date: 2006-03-24 17:19:55 CET

I'm new to subversion so forgive me if this question
is newbie-ish...

I know that project repository structure has been
discussed on this list and I've read a lot of the
posts, but I wasn't able to find a clear answer to the
question of which of the following is better?

repository/
    projectA/
        trunk/
        branches/
        tags/
    projectB/
        trunk/
        branches/
        tags/

OR...

repository/
    trunk/
        projectA/
        projectB/
    branches/
        projectA/
        projectB/
    tags/
        projectA/
        projectB/

The documentation recommends the first structure as do
a lot of other sites and people on this list, but this
post
(http://svn.haxx.se/users/archive-2005-04/1870.shtml)
seems to recommend the second structure and lists some
good reasons... Would using the second structure
cause problems down the road? I don't want to have to
reorganize my repository later when I find out I can't
do something or something isn't working properly...

Thanks!

__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Mar 24 17:20:54 2006

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.