Vinod, I wrote a quick example of one-way synchronization between a source CMIS repository and a target CMIS repository for the CMIS & Apache Chemistry in Action book [1]. The source code that accompanies the book is on github and the sync example lives here [2]. It isn't production-ready by any stretch of the imagination. Instead, it is meant as a simple example of how one might leverage change tokens to get the incremental changes made in a repository and push those to another CMIS repository.
Hope it gives you some hints. Jeff [1] http://www.manning.com/mueller/ [2] https://github.com/fmui/ApacheChemistryInAction/tree/master/chapter9/python On Aug 5, 2013, at 8:28 AM, Vinod kumar Payakat Venugopal <[email protected]> wrote: > Hi , > > I am new to Apache chemistry. I have a use case where contents from one > CMIS compliant > repository has to be replicated to another CMIS compliant repository. I > understood that one fundamental use case of CMIS is repository - repository > communication. Now i wonder how > Apache chemistry provides this support , what are all the api's provided? > I would much appreciate if anyone could help me with any document that has > any examples of R2R talk. > > thanks & regards, > Vinod.
