-
Notifications
You must be signed in to change notification settings - Fork 1
failed to rename file from rv\staging to rv\library with access denied after a project had been copied #122
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
Comments
Default is hardlink on Windows |
On windows I ran this bash script
On one run I was able to recreate this error:
But a rerun with the same commands did not have the same error
|
That's not enough information to know what's happening :/ Since it's intermittent it's probably some timing issue |
Yeah, I was never able to stably recreate. It is interesting that its occurring on the project that the copy happened from, not the one that it happened to, but that was really the only thing I was able to find |
This seems to be a particular edge case. Scenario was as follows:
starting from the simple example project, I had made a copy of that directory after installing. Then I added the tidyverse + did a sync. at the end of the sync got the error
however it did seem like the staging lib was gone, though I didn't look to diff the rv/library contents.
I retried from a clean project where I started with
Then added tidyverse after and in that situation both syncs worked fine ✅ . I'm wondering if this is a windows path link portability issue? I can't remember what @Keats set up as the default behavior of links for windows
The text was updated successfully, but these errors were encountered: