You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Anastasios Angelidis <vo...@videotron.ca> on 2005/11/03 21:52:44 UTC

Re: General - Tree Structure.

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

Re: General - Tree Structure.

Posted by Joshua Varner <jl...@gmail.com>.
On 11/3/05, Anastasios Angelidis <vo...@videotron.ca> wrote:
> 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?
>
It depends on if you want to branch the components separately or not.
If yes tree 2 is probably better, otherwise tree 1.

Josh

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org