You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oak-dev@jackrabbit.apache.org by "Stefan Guggisberg (Assigned) (JIRA)" <ji...@apache.org> on 2012/04/17 17:52:16 UTC

[jira] [Assigned] (OAK-45) Add support for branching and merging of private copies to MicroKernel

     [ https://issues.apache.org/jira/browse/OAK-45?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Stefan Guggisberg reassigned OAK-45:
------------------------------------

    Assignee: Stefan Guggisberg
    
> Add support for branching and merging of private copies to MicroKernel
> ----------------------------------------------------------------------
>
>                 Key: OAK-45
>                 URL: https://issues.apache.org/jira/browse/OAK-45
>             Project: Jackrabbit Oak
>          Issue Type: New Feature
>          Components: mk
>            Reporter: Michael Dürig
>            Assignee: Stefan Guggisberg
>
> As discussed on the dev list [1] we should add support to the Microkernel for branching of a private working copy which can be merged back later:
> {code}
> String addLotsOfData(MicroKernel mk) { 
>     String baseRevision = mk.getHeadRevision(); 
>     String branchRevision = mk.branch(baseRevision); 
>     for (int i = 0; i < 1000000; i++) { 
>         branchRevision = mk.commit("/", "+\"node" + i + "\":{}", 
>             branchRevision, null); 
>     } 
>     return mk.merge(branchRevision, baseRevision); } 
> {code}
> [1] http://markmail.org/message/jbbut6vzvmmjqonr

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira