Hi, On Mon, Dec 15, 2008 at 11:07 PM, Dave Fried <[email protected]> wrote: > I'm not sure what I'm doing wrong here. Is it possible at all to modify the > subtree of the repository rooted at the Version node returned by checkin()?
No, you're not supposed to modify the version nodes (they are "frozen" for a reason). If you want to store extra metadata with a version, you can simply add normal properties to the node being versioned and set those properties *before* you call checkin(). Those properties will then become a part of the immutable version. BR, Jukka Zitting
