Conoly, Brett wrote: > I'm pretty sure I've asked this before but I'm having trouble figuring > out what the base version represents. I assumed that the getBaseVersion > would return a Version but when I try to get the frozenNode -> > jcr:content it throws a pathNotFound exception and I'm not sure why. > Can anyone give me a better explination or at least point me to some > decent documentation on this base version? JSR 170. Really. The root version is the root of the version history tree, and it's special in that it doesn't have a frozenNode child node. BR, Julian