Breezy - Subversion Setup - svnserve not working?

Eamonn Sullivan eamonn.sullivan at gmail.com
Sat Sep 24 06:30:32 UTC 2005


On 24/09/05, Gregory PiƱero <gregpinero at gmail.com> wrote:
> Hi guys,
>
>  I just installed Breezy.  It looks really great.  I like all the nice
> touches.
>
>  I tried to setup subversion on it just like I had it working on Hoary, but
> I keep on getting this message when I try to connect from another computer:
>  "Error Can't connect to host '...': No connection could be made because the
> target machine actively refused it"
>
>  Basically my steps for installation were:
>  1. Use synaptic to install subversion
>  2. Copy my old repositories into the same location (used hotcopy backups)
>  3. edit inetd.conf to add:
>  svn stream tcp nowait chiefinnovator /usr/bin/svnserve svnserve -i -r
> /home/chiefinnovator/svn_repositories
>

I have subversion working fine on Breezy, but I dist-upgraded from
Hoary. I'm looking at my configs and I don't any anything
subversion-related in inetd.conf, and all of the config files in
/etc/subversion have nothing but comments. However, I use subversion
via file:/// and http:/// urls. My /etc/apache2/apache2.conf file has
the following:

<Location /svn>
    DAV svn
    SVNParentPath /home/svn
    AuthType Basic
    AuthName "Eamonn's Repository"
    AuthUserFile /etc/subversion/passwd
    <LimitExcept GET PROPFIND OPTIONS REPORT>
      Require valid-user
    </LimitExcept>
</Location>

Hope that helps.

-Eamonn




More information about the ubuntu-users mailing list