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

Re: Problem after upgrading to 0.33: mod_svn not working

From: Jostein Chr. Andersen <jostein_at_josander.net>
Date: 2003-11-23 11:27:27 CET

On Sunday 23 November 2003 10.57, Dominik Westner wrote:
> I verified that my repository is owned by the user apache is running.
>
> Any ideas what could be wrong?

Stop Apache.

As root, do the following command:
  svnadmin recover /home/subversion/repository

Are _every_ file in "/home/subversion/repository" owned by "apache"?,
this command will help:
  chown -R apache:yourgroupname /home/subversion/repository

Are all the files writable by at least owner (and maybe group)?
* If user and group needs this access:
    chmod 644 /home/subversion/repository/*/*
* If only user needs write access:
    664 /home/subversion/repository/*/*

Then "chmod 755 dav db hooks locks" (if write access for both user and
group) or "chmod 775 dav db hooks locks" (user only) from within "/home/
subversion/repository".

Jostein

-- 
Jostein Chr. Andersen <jostein@josander.net>
http://www.josander.net/
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sun Nov 23 11:28:31 2003

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.