-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Decide on fate of ensure_writeable(path.parent)
#103
Comments
EDIT The assumption made below that git-annex would not touch the RIA store on the local file system is invalid. A Rationale:
In both classes it is used in the following methods:
Of these methods, According to a comment in
|
The ORA implementation in -core does that. I suspect that this is implemented to deal with situations where git-annex directly interacted with the annex object try (and locked down the permissions of the key directory).
There is no "change permissions" operation in
UrlOperations
. This implies that such an activity would need to be implemented within/for the the basic write-operations (upload
anddelete
). ATM they have no related parameter for something like this.The text was updated successfully, but these errors were encountered: