Do you know if I can check in and check out on the whole tree? or it needs to happen at every node.?
On Tue, Jul 17, 2012 at 1:09 PM, Furst, Carl [via Jackrabbit] < [email protected]> wrote: > You have to get the version history and call addVersionLabel. Versions are > nodes.. So they have names, paths, properties etc. > > > Check out. > http://www.day.com/maven/javax.jcr/javadocs/jcr-2.0/javax/jcr/version/Versi > onHistory.html#addVersionLabel(java.lang.String,%20java.lang.String,%20bool > > ean) > > > > Thanks, > Carl Furst > > > > > > > On 7/16/12 8:27 PM, "shilpa" <[hidden > email]<http://user/SendEmail.jtp?type=node&node=4656017&i=0>> > wrote: > > >Hi all, > > > >I want to know if I can tag a particular version. > > I want to use JCR in my project and we have many hierarchical type tree > >made of different type of nodes and we need to save a version after bunch > >of > >changes for staging or production. I want to know how can I tag the > >particular version so that all the changes made for particular node and > >its > >children will be saved. > > > >Thanks!!! > > > > > > > >-- > >View this message in context: > > > http://jackrabbit.510166.n4.nabble.com/How-to-tag-a-particular-version-tp4 > >656006.html > >Sent from the Jackrabbit - Users mailing list archive at Nabble.com. > > > > > > > ********************************************************** > > MLB.com: Where Baseball is Always On > > > > ------------------------------ > If you reply to this email, your message will be added to the discussion > below: > > http://jackrabbit.510166.n4.nabble.com/How-to-tag-a-particular-version-tp4656006p4656017.html > To unsubscribe from How to tag a particular version?, click > here<http://jackrabbit.510166.n4.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_code&node=4656006&code=c3NjODN1c0BnbWFpbC5jb218NDY1NjAwNnwxOTQ0MjI5OTAz> > . > NAML<http://jackrabbit.510166.n4.nabble.com/template/NamlServlet.jtp?macro=macro_viewer&id=instant_html%21nabble%3Aemail.naml&base=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespace&breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml> > -- View this message in context: http://jackrabbit.510166.n4.nabble.com/How-to-tag-a-particular-version-tp4656006p4656018.html Sent from the Jackrabbit - Users mailing list archive at Nabble.com.
