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

Re: General - Tree Structure.

From: Anastasios Angelidis <voodoo_at_videotron.ca>
Date: 2005-11-03 22:52:44 CET

Bare with me here... Trying to convert a manual version system to more
or less automated...

I'm thinking of creating the following tree structure. What do you guys
think?

Tree 1:
projects/
       project_foo/
             trunk/
                   component1
                         foo.cpp
                         bar.cpp
                   component2
                         foo.cpp
                         bar.cpp
                   ...
             branches/
             tags/
       project_bar/
             trunk/
                   some_component1
                   some_component2
                   ...
             branches/
             tags/

Tree 2:
projects/
       project_foo/
                component1
                      trunk/
                         foo.cpp
                         bar.cpp
                      branches/
                      tags/
                component2
       project_bar/
                some_component1
                      trunk/
                         foo.cpp
                         bar.cpp
                      branches/
                      tags/
                some_component2

I'm thinking tree 2 is maybe a bit to deep?

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Nov 3 22:57:06 2005

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.