skshetry
skshetry
Any updates?
If the resource does not exist, the server should be returning 404 status, which is being checked here: https://github.com/skshetry/webdav4/blob/45f9e42479164602be0f7fd55cecc6de8e7214b7/src/webdav4/client.py#L353-L354 207 response means it exists. Could you please share the details...
@Zigur, thanks I am able to reproduce. This issue happens because `webdav4` does not add a trailing slash (it strips if the user passes a explicit trailing slash as well)....
@Zigur, I fixed the `mkdir` issue and released 0.9.2. I am also able to reproduce the `exists` returning True on not-existing resources. I'd argue that this is a bug on...
We can use renovate to update docker-compose files. See https://github.com/iterative/dvc-azure/blob/5ca4807503137b92e54e220087ba3106733e922e/renovate.json for example config.
What’s the difference between opening a new filesystem and this?
With `version_aware` in gitfs, we are effectively talking about a completely new revision/instance.
> Maybe it could be done with two filesystems GitTreeFileSystem(like our current one) and GitFileSystem(the one that works on the whole git repo and so version_aware makes sense for it)....
> what is the context for this? At the moment, we save each state entries/hashes one at a time, and each individual save is within their own transaction. If you...
> I don't see that much time is spent in `build_tree`. Both do similar work, but one builds the `tree` object, while other builds the index. `build_tree` is for non-index...