On Monday 29 November 2004 22:19, Henning P. Schmiedehausen wrote:

> jakarta/
>   fulcrum/
>     component1/
>       branches/
>       tags/
>       trunk/
>     component2/
>       branches/
>       tags/
>       trunk/
>     component3/
>       branches/
>       tags/
>       trunk/

I have previously tried this with a component oriented repository, and I would 
like to recommend against it for one single reason;
When I (I assume others do the same) do updates I go to the highest possible 
level and do an "svn up", which in the above scenario either would scan an 
enormous amount of directories, and ending up being many times slower than 
necessary.

May I suggest that you consider;

 jakarta/
   fulcrum/
      trunk/
        component1/
        component2/
        component3/
      tags/
        component1/
           tag1
           tag2
           tag3
        component2/
           tag1
           tag2
           tag3
        component3/
           tag1
           tag2
           tag3
      branches/
        component1/
           branch1
           branch2
           branch3
        component2/
           branch1
           branch2
           branch3
        component3/
           branch1
           branch2
           branch3

Or something similar where the trunk is kept easily updatable...


Cheers
Niclas
-- 
   +------//-------------------+
  / http://www.dpml.net       /
 / http://niclas.hedhman.org / 
+------//-------------------+


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to