You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Henrik Vendelbo <hv...@bluprints.com> on 2004/12/03 12:14:24 UTC

Error 20014 on a fresh install

I have an problem that I am quite stuck with. Tried too google it and found
no solution.

Set up: Fedora core 3, Httpd 2.0.52, Subversion 1.1

svnadmin create /var/sourcecode
chown -R apache:apache /var/sourcecode

created /temp/project and imported it as described in the book, checked that
checkout worked
checked that I could access the files in the repository using su - apache

installed dav_svn, and modified subversion.conf

<Location /repos>

DAV svn

SVNPath /var/sourcecode

</Location>



when I access http://server/repos I get a http error 500

The httpd error_log states that /var/sourcecode/format couldnt be access,
permission denied, although I can access and modify it when logged in as
apache.



Im baffled, have read though the sections in the book several times, and
everything looks like it should work, but it doesnt????



Cheers,

Henrik



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

Re: Error 20014 on a fresh install

Posted by Henrik Vendelbo <hv...@bluprints.com>.
The odd part is that even when I set chmod 666 on the file named format, I
still get a permission denied response. I suppose its something completely
different actually causing the problem.

I have dav_fs module loaded, it that correct ?

Henrik
----- Original Message ----- 

> I have an problem that I am quite stuck with. Tried too google it and
found
> no solution.
>
> Set up: Fedora core 3, Httpd 2.0.52, Subversion 1.1
>
> svnadmin create /var/sourcecode
> chown -R apache:apache /var/sourcecode
>
> created /temp/project and imported it as described in the book, checked
that
> checkout worked
> checked that I could access the files in the repository using su - apache
>
> installed dav_svn, and modified subversion.conf
>
> <Location /repos>
>
> DAV svn
>
> SVNPath /var/sourcecode
>
> </Location>
>
>
>
> when I access http://server/repos I get a http error 500
>
> The httpd error_log states that /var/sourcecode/format couldnt be access,
> permission denied, although I can access and modify it when logged in as
> apache.
>
>
>
> Im baffled, have read though the sections in the book several times, and
> everything looks like it should work, but it doesnt????
>
>
>
> Cheers,
>
> Henrik
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: users-help@subversion.tigris.org
>
>
>
>



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org