You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems that the sync:purge command assumes when deleting .unison.*.tmp that these are plain files. But these can also be directories, which cause errors like:
⚠ Could not remove .unison directories: remove /Users/mpotter/Projects/test_project/.unison.backup.395ca72483ab4f09678f80ab2f9e01b9.unison.tmp: directory not empty
line 261 of project_sync.go references util.RemoveFile. Think it needs to also check for directories.
The text was updated successfully, but these errors were encountered:
It seems that the sync:purge command assumes when deleting .unison.*.tmp that these are plain files. But these can also be directories, which cause errors like:
line 261 of project_sync.go references util.RemoveFile. Think it needs to also check for directories.
The text was updated successfully, but these errors were encountered: