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

Subversion on RHEL4 in VMware

From: Giulio Troccoli <Giulio.Troccoli_at_uk.linedata.com>
Date: Wed, 3 Sep 2008 10:47:23 +0100

I have a very odd problem which I think is ore related to Apache than Subversion. But because I know a lot of people use Apache to serve their repositories I hope someone can help me. I'm using Subversion 1.4.4 and Apache 2.0.

I have a RHEL4 virtual machine on VMware. I created a new virtual disk and mounted it on /data. If I create the repository on this new disk I cannot create a working copy using http:// (but I can using file://). The error I get is "Could not open the requested SVN filesystem". If the repository is created in another directory on the original disk, e.g. /data1, everything works fine.

I googled the error and there were a lot of results but all pointing to the same problem: permissions. I changed them all to 777 but that didn't solve the issue.

Does anybody have an idea? I start thinking it may be something related to how I mount the new disk, but it's pretty standard, like

/dev/sdb1 /data ext3 defaults 1 2

The Apache configuration is the minimum

<Location /giulio>
  DAV svn
  SVNPath /data/giulio
</Location>

I can of course provide more information, just ask.

-------------------
Giulio Troccoli
Technical Consultant

T +44 (0)20 7360 1914 F +44 (0)20 7360 1974
E giulio.troccoli_at_uk.linedata.com W www.linedata.com
MSN Messenger giulio_at_troccoli.it

Linedata Services (UK) Ltd
Registered Office: Bishopsgate Court, 4-12 Norton Folgate, London, E1 6DB
Registered in England and Wales No 3027851 VAT Reg No 778499447

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-09-03 11:47:48 CEST

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.