Note that there are some explanatory texts on larger screens.

plurals
  1. POSVN how to merge similar file trees (merge two branches)
    primarykey
    data
    text
    <p>what I want to do:</p> <pre><code>branch A -&gt; part of the project, e.g: /project/module/a /project/module/a/file-1 branch B -&gt; part of the project, e.g: /project/module/b /project/module/b/file-2 deployment branch -&gt; merge of A and B /project/module/a /project/module/a/file-1 /project/module/b /project/module/b/file-2 </code></pre> <p>one would think this is possible yet i can't get it to work...</p> <p>what happens is this:</p> <p>I merge A into deployment without a problem, but when i try to merge B afterwards I get a tree conflict, from what i read so far svn thinks A "deleted" B and vice versa... so thats the conflict? is svn only capable of merging basically the same tree?</p> <p>if i understood the concept of branches right then one is supposed to create them by copying the trunk thus copying the whole source... so putting modules (parts of the whole source/project) into a branch is not a good idea or even impossible?</p> <p>what i need is just adding stuff not trying to find the intersection of A and B because that in fact would not work :/ </p> <p>_<strong><em>EDIT</em>_</strong></p> <p>merging from /project/module/a and /project/module/b does not help since a module splits into more folders, e.g: </p> <pre><code>A: /project/module/stuff/a /project/module/things/a B: /project/module/stuff/b /project/module/things/b </code></pre> <p>so what one wants, is to at least merge from module otherwise one would have to merge each subfolder individually which contradicts the whole automagical merging ... ?</p> <p>btw this structure is not my choice i have to work with it</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload