This commit is contained in:
mark@6b90344cdab3158eacb94a3944460d138afc9bef 2016-02-02 18:28:44 +00:00 committed by admin
parent 70cfdefbb1
commit 51961d9381

View file

@ -0,0 +1,8 @@
Thanks for the great tool!
Is git-annex multisession compatible? I'm assuming that an "add" for example, will switch to the git-annex branch, commit data, and switch back to the previous branch. Is this protected by a Lock of some sort so that if two separate processes are interacting with the same repo/annex simultaneously there won't be any corruption?
If not, is this something I could add within my python class that is implementing the interface to the Annex?
Thanks,
Mark