On Feb 5, 2014, at 00:05, Daren Hawes <d.ha...@webdesignmagic.com.au> wrote:
> I was hoping someone has seen this error before. It randomly happens when we > SVN Checkout. > > We have a Windows 2012 Server with SVN 1.8.5 installed. We use Visual SVN > 1.8.4 to manage this Server. > > The Sub Version data folder is on a NAS and permissions look fine. It all > works. > > The SVN is on http://elvis:8080 (no SSL) > > I can import a whole 1gig site fine, but when I download it to ANY pc I get > the error above at random file locations. What is the Subversion “data folder”? Do you mean the repository or a working copy? Repositories and working copies usually work best when they are on disks local to the Subversion server or client executable. So are you running the Subversion server or client executable on the network attached storage device? Or are you running it on a different computer which is accessing the data from the network attached storage device via a file sharing protocol? If so, what file sharing protocol are you using?