Tim Kuchlein <kuchlein <at> gmail.com> writes: > > Hello > > I am currently having the same issue with merging two workspaces and > I noticed that no one has responded to this issue. I can't see how > the algorithm presented in JSR-170 (8.2.10.1) or the newly released > JSR-283 could possibly implement the textual description (8.2.10). > Nowhere in the algorithm is the merge result of the nearest > versionable ancestor taken into consideration. Specifically the > version of doleave(n) that dofail(n, v') calls needs to be altered to > read: > > doLeave(n) > for each versionable child node c of n domerge(c). > > rather than what is currently has: > > doLeave(n) > for each child node c of n domerge(c). > > thanks in advance > tim >
Hi, I have found the same issue in my current project. This issue make me think that I don't understand correctly the JCR specification about how to merge nodes. Can someone explain that? Thanks in advance
