Out of curiosity, why would you want to make changes to version nodes? Isn't keeping a record of past changes exactly the point of having versioning in the first place?
-Brian On 8/14/07, Ishai Borovoy <[EMAIL PROTECTED]> wrote: > > > Thanks. > Regarding question number 2, I will try to explain with an example: > suppose we have one version a', and there are other versions b', c'. > When a' is changed and other condition occurs (for example the person who > changed a' version is x), then b', c' need to get updated with the changes > in a'? > Is that possible to implement with the current versioning of JackRabbit? > > > Peeter Piegaze-2 wrote: > > > > Hi Ishai, > > > > On 8/14/07, Ishai Borovoy <[EMAIL PROTECTED]> wrote: > >> > >> Hi, > >> We need to implement versioning module. I have some question about it: > >> > >> (Our jackrabbit version is 1.3.1) > >> > >> 1. Can we set the label (custom label)in checkin? > > No, setting and changing a label is done though the > > VersionHistory.addVersionLabel and VersionHistory.removeVersionLabel > > methods. Thes methods take an existing version name and therefore that > > version must already exist in the VH. > > > >> 2. Can we force in some case changes in one version to influence > (update) > >> other versions? > > I'm not sure exacly what you mean here. > > > >> 3. Is there any performance issues to work with versions (for example > >> indexing)? > >> 4. What is the main differences between JSR-170 and JSR-283? > > 283 is not finalized but the current draft does include some new > > features around versioning, but it does not introduce incompatible > > changes. The public review draft of 283 is available here: > > http://jcp.org/aboutJava/communityprocess/pr/jsr283/ > > > > If you are interested you can read it and send comments to the address > > listed on that page > > > > Cheers, > > Peeter > > > > > > > > > >> > >> Thanks, > >> Ishai > >> > >> > >> -- > >> View this message in context: > http://www.nabble.com/Versioning-tf.html#a > >> Sent from the Jackrabbit - Users mailing list archive at Nabble.com. > >> > >> > > > > > > -- > > Peeter Piegaze > > > > Day Software > > Suite 331 > > 67 Mowat Avenue > > Toronto Ontario M6K 3E3 > > Canada > > > > office > > mobile > > fax > > > > > > -- > View this message in context: > http://www.nabble.com/Versioning-tf4267048.html#a12151819 > Sent from the Jackrabbit - Users mailing list archive at Nabble.com. > >
