Antonio Maenza wrote:
> I need the ability to do the following  (arrows indicating merge directions)
> trunk <-->Release
> trunk <-->11-12-07_Release
> Release <-->11-12-07_Release

This "graph-style" merging is not supported currently in svnmerge, as 
Jon stated.

> Technically, a structure like:
> trunk <-->Release
> Release <-->11-12-07_Release
> 
> would also work, as I can just merge backwards to the trunk from each 
> branch, however I am still unsure how to make that structure work properly.

This "transitive" structure should be fine. Initialize the branches as 
follows, and use --bidirectional when merging:

on trunk:

        init Release

on Release:

        init trunk
        init 11-12-07_Release

on 11-12-07_Release

        init Release

Cheers,
Raman Gupta
_______________________________________________
Svnmerge mailing list
[email protected]
http://www.orcaware.com/mailman/listinfo/svnmerge

Reply via email to