[HCoop-Discuss] Subversion setup

Omry Yadan omry at yadan.net
Sun Oct 29 18:03:21 EST 2006


Hi,

I am trying to setup a subversion repository without much success.

this is what I have tried:


I create a repository with:

svnadmin create /home/omry/svn/firestats



This is the content of my www file :


omry at fyodor:/etc/domains/net/firefang/firestats$ cat www
Default
ServerAdmin omry at hcoop.net
DocumentRoot /home/omry/public_html

User omry
Group omry

RewriteLogLevel 2

Location /svn
        DavSvn /home/omry/svn/firestats
        #AuthzSvnAccessFile /home/omry/svn/firestats/conf/perms.conf
/Location




when I access http://firestats.firefang.net/svn/ , this is what I get:

<?xml version="1.0" encoding="utf-8"?>
<D:error xmlns:D="DAV:" xmlns:m="http://apache.org/dav/xmlns" xmlns:C="svn:">
<C:error/>
<m:human-readable errcode="165005">
Could not open the requested SVN filesystem
</m:human-readable>
</D:error>


Any idea what's going on?







More information about the HCoop-Discuss mailing list