svnadmin create over CIFS mount.
From: Terry Dooher <Terry.Dooher_at_naturalmotion.com>
Date: Fri, 9 Jul 2010 18:16:03 +0100
Hi all,
I'm currently re-working a backup script to use svnsync instead of hotcopy due to the amount of time the latter is taking.
My svn server is Debian etch running svn 1.6.11 (from source), which mounts a Windows Server 2003 share using the CIFS driver (v. 1.45). I've been successfully running hotcopies over the same share for some time.
The script will try to create and initialise a destination if one doesn't already exist. This part seems to break on the command:
I've tried it manually and every time it pauses for about 10 seconds before returning:
I can work around this by creating/initialising it locally and moving it into place, but this is less than ideal. Does 'svnadmin create' do anything interesting or expect some kind of behaviour from the filesystem it's writing to?
Cheers,
Terry.
|
This is an archived mail posted to the Subversion Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.