[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

svnadmin hangs when creating Berkeley repository on NTFS-3G partition

From: Jaan Vajakas <jaanvajakas_at_hot.ee>
Date: Sun, 23 Nov 2008 11:10:10 +0200

I have an NTFS partition mounted in Linux at /windows/D. When there is
no directory named repos in /windows/D and I run
cd /windows/D
svnadmin create --fs-type bdb repos
then svnadmin just hangs and top shows that most of the CPU is used by
mount.ntfs-3g and some CPU is also used by svnadmin (at the time of
writing, the TIME+ column in top shows that mount.ntfs-3g has used 50
minutes and svnadmin has used 8 minutes CPU time).

However, on a reiserfs partition on the same disk, "svnadmin create
--fs-type bdb repos" works fine (finishes in a couple of seconds).
"svnadmin create repos" (with " --fs-type bdb" omitted) also works
fine on NTFS.

I am using openSuse 11.0, with the subversion 1.5.2, ntfs-3g 1.5012,
fuse 2.7.2-32.1 and kernel 2.6.25.18-0.2-pae.

This the line of /etc/fstab for mounting /windows/D:
/dev/disk/by-id/scsi-SATA_ST3120026A_3JT2CK0G-part5 /windows/D

ntfs-3g users,locale=et_EE.UTF-8,exec 0 0

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-11-24 16:10:36 CET

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.