Thanks a lot guys, finally i got the branching code working. now i am able to saparate the working of files in different branches. Thanks a lot once again. One more thing if i want to merge the nodes in different branch, do i have to create my own compare view or does jcr provide anything for that??
On Tue, Oct 27, 2009 at 2:14 PM, Jukka Zitting <[email protected]>wrote: > Hi, > > On Tue, Oct 27, 2009 at 6:36 AM, Robin Batra <[email protected]> > wrote: > > [...] > > N.checkout(); > > N.checkin(); > > N-> V1.3 > > now i clone P1 to W2 (workspace 2) > > > > N' (node under cloned P1' ) > > N'.checkout() > > N'.checkin() > > > > it still gave me 1.4 and not 1.3.1 > > That's expected, since the base version (1.3) against which you are > making the checkin does not yet have any other successors. You'll only > end up with a branch when you checkin against a base version that > already has one or more successors. > > For example, if you now did a N.checkin() without first updating it to > the latest 1.4 version, you'd end up with 1.3.1. > > BR, > > Jukka Zitting > -- Regards Robin Batra
