On Thu, Oct 8, 2009 at 20:40, Mohinder Singh <[email protected]> wrote: > If I checkout() a node, then its non-versionable tree becomes write-enabled. > How do I abort (don't want to make changes) this checkout() so that nodes > tree is read-only again. > I do not want to create another version by checkin().
I'd say don't change anything (session.refresh()), checkin() and delete the unnecessary version. Regards, Alex -- Alexander Klimetschek [email protected]
