Skip to content
This repository has been archived by the owner on Nov 8, 2023. It is now read-only.

Exclusive repo access is not implemented #51

Closed
burmecia opened this issue Sep 27, 2019 · 0 comments
Closed

Exclusive repo access is not implemented #51

burmecia opened this issue Sep 27, 2019 · 0 comments

Comments

@burmecia
Copy link
Contributor

Currently there is no exclusive repo access implemented on all storages except zbox storage.

For example, below code should not allow simultaneous access to same repo.

let repo = RepoOpener::new().create(true).open("mem://foo", "pwd").unwrap();
let repo2 = RepoOpener::new().create(true).open("mem://foo", "pwd").unwrap();
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant