Hi, should I ask this question elsewhere? or is there an up to date forum where I can find this?
Thanks Alexandre From: [email protected] To: [email protected] Subject: Newbie question about branching Date: Fri, 17 Jun 2011 15:20:57 +0000 Hi, I'm trying to create branches on versionnable nodes but I can't figure out how to make it work. VersionManager.checkout( node.getPath() ); node.setProperty("blah","blah"); ... Version v = VersionManager.checkin(node.getPath()); //this genearate a new version lets say 1.10 //I'd like to create 1.10.1 I tried to get the checkout the version -- not possible change property of the frozen node -- not possible What am I missing? Thanks Alexandre
