Connor, Brett (LNG-TWY) wrote:
You need checkin() for the first one, after the save(), without any
checkout(). I don't know why you have the error you're getting, your
original code snippet looked ok at a quick glance. Perhaps there is some
other resource involved in the tx that's causing the problem?
WRT root version, if you look at the UUIDs you find that the UUID of the
root version is the same as the first version following the successors
That sounds like a serious bug to me.
chain. The root version is just a "symbolic link" to the first node, if
that makes sense.
I think that's misleading.
For instance, consider a linear version history, such as
root -> 1 -> 2
You could delete version 1, and the result would be
root -> 2
BR, Julian