Skip to content

Begin transaction against a given repository

Sami Hiltunen requested to merge smh-tx-target-repository into master

This MR extends the Begin method to take in a relative path and start a transaction against that repository. With this change it becomes possible to operate on multiple repositories within given partition. As it is now possible to specify which repository the transaction targets, the relativePath field of the TransactionManager is removed.

Merge request reports