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

Subversion Problem with Red Hat Fedora

From: Jack Huang <Jack.Huang_at_mascorp.com>
Date: 2004-04-03 01:32:15 CEST

I had Subversion 1.0.1 running with Red Hat 7.3. After I upgraded my Linux to Fedora with kernel 2.4.22. After the upgrade Subversion no longer works. When I want to check out a project, I get:

svn: PROPFIND rqeuest failed on '/repository/project'
svn: PROPFIND of '/repository/project': 405 Method Not Allowed

and in Apache's error log, I get:

Apache/2.0.4 (Unix) DAV/2 SVN/1.0.1-dev configured -- resuming normal operations (from apachectl restart)
[client 127.0.0.1] (20014)Error string not specified yet: Can't open file '/home/svn/repository/project/format': Permission denied
[client 127.0.0.1]Could not fetch resource information. [500, #0]
[client 127.0.0.1]Could not open the requested SVN filesystem [500, #13]
[client 127.0.0.1](84) Invalid or incomplete multibyte or wide character; Could not open the requested SVN filesystem [500, #13]

for httpd.conf, I have this entry:

<Location /repository>
   DAV svn
   SVNParentPath /home/svn/repository
</Location>

path to project is : /home/svn/repository/project

The permission for project/format file is rw-rw-r--

Anyone having this problem?

Disclaimer: The information contained in this transmission, including any attachments, may contain confidential information of Matsushita Avionics Systems Corporation. This transmission is intended only for the use of the addressee(s) listed above. Unauthorized review, dissemination or other use of the information contained in this transmission is strictly prohibited. If you have received this transmission in error or have reason to believe you are not authorized to receive it, please notify the sender by return email and promptly delete the transmission

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Apr 5 16:49:06 2004

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.