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

Working copy dir can't be on FAT32 partition?

From: Mike <php_at_talkingspider.com>
Date: 2006-08-14 21:48:43 CEST

I have subversion installed on my linux lan server. It's the most
recent stable version. (how do I find version number of svn? it's not
listed in svn -help).

Hello, I'm trying to checkout my project directory into a working
directory that is on a FAT32 partition. (It's actually going over
samba, but that's probably irrelevant). The error I get is:

svn: Can't set file '/mnt/winE/_pro42/pro42/.svn/entries' read-only:
Operation not permitted.

It seems to have created all of the .svn directory, it just bailed
out when it couldn't set permissions. So, I was hoping it checked it
out ok and that was just a warning. But when I went to the working
dir and tried "svn commit" I got:

svn: '/mnt/winE/_pro42/pro42' is not a working copy

It seems to me, the read-only setting bit should be optional, as it
isn't necessary. That's probably all you'd need to do to support
fat32 working dirs. Is there a setting somewhere for this?

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Aug 14 21:51:01 2006

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.