-
Notifications
You must be signed in to change notification settings - Fork 9
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
[Bug] Dokan: Files are not sync when using git annex. #414
Comments
Hello, thank you for creating this issue. I looked into it briefly. What seems to be going on is that What I see is that sometimes the More detailed, this It may be that I misunderstood Windows FS or Dokan's semantics in that when a file is to be re-opened (in this case in the move operation) perhaps we in our code need to ensure that the |
@fbewivpjsbsby this should now be fixed in the latest v0.8.0 release. I'm going to close the issue, but please feel free to reopen if you still see issues. |
I tested ouisync cli 5ddb344, lgtm.
In |
There was a silly error and unfortunately due to our slow release process it took a lot of time to release. If it's still relevant to you and would like to give it a test, it should now be available in v0.8.1 release. We are trying to improve the slow release and testing process and we modified the CI script to create artifacts. It can be found in |
In ouisync-app 0.8.1 exe lgtm. |
Thanks, closing. If it re-appears, we can reopen the ticket. |
Version, approach of installation, operating system
v0.7.8
github release exe.
Windows 10
Description
Files are not sync when using git annex.
Maybe it Copying files failed when writing in parallel.
Steps to reproduce
/BASE_DIR/aa/bb/FILEKEY/FILEKEY
. Openaa/bb
, we need to see 4 files in the directory (4MiB is 4 chunks). But sometimes we only see 1 file and other files are located in/BASE_DIR/tmp/FILEKEY/FILEKEY
.If we delete the local file, copy ouisync repository file to local, we get the error.
The text was updated successfully, but these errors were encountered: