I'm using SyncToy 2.0 to synchronise folders between my PC and a network folder on my server. This works fine, except for one situation; it fails to synchronise the .svn folders in svn checkouts.
The log gives a similar error message for each file: Error: Cannot write to the destination file. Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED)) Copying D:\docs\TUD\IN3405 Bachelorproject\svn\codebase\public\ddb\crm\.svn\entries to Y:\backup\docs2\TUD\IN3405 Bachelorproject\svn\codebase\public\ddb\crm\.svn\entries
However, when I copy the directory manually, everything copies just fine. It thus does not seem to be a server side problem.