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

svn with apache

From: Albert Shih <shih_at_math.jussieu.fr>
Date: 2005-05-17 22:32:05 CEST

Hi all,

Maybe I'm totaly stupid but I don't know why I'm wrong. I try to configure
https acces to my repository.

I put this in my ssl.conf

        <VirtualHost IP_Number:443>
        
        LoadModule dav_module libexec/apache2/mod_dav.so
        LoadModule dav_svn_module libexec/apache2/mod_dav_svn.so
        LoadModule authz_svn_module libexec/apache2/mod_authz_svn.so
        
        <Directory /home/svn>
            Options Indexes SymLinksIfOwnerMatch IncludesNoExec MultiViews
            AllowOverride None
            Order allow,deny
            Allow from all
        </Directory>
        
        <Location />
                DAV svn
                SVNParentPath /home/svn
        </Location>
        
        DocumentRoot "/home/svn"
        
        ServerName *****
        ServerAdmin ******
        ErrorLog /var/log/svn/error.log
        TransferLog /var/log/svn/access.log
        SSLEngine on
        SSLCipherSuite
        ALL:!ADH:!EXPORT56:RC4+RSA:+HIGH:+MEDIUM:+LOW:+SSLv2:+EXP:+eNULL
        SSLCertificateFile /usr/local/etc/apache2/ssl.crt/server-svn.crt
        SSLCertificateKeyFile /usr/local/etc/apache2/ssl.key/server-svn.key
        CustomLog /var/log/httpd-ssl_request.log \
        </VirtualHost>

When I try to connect with svn clien I've got

        [jas_at_chezmoi ~]$ svn list https://******/XXXXX/
        svn: PROPFIND request failed on '/XXXXX'
        svn: PROPFIND of '/XXXXXX': 301 Moved Permanently (https://******)
        [jas@chezmoi ~]$

But if I try to connect with Firefox I've got the right page with all
files, number of version etc....

If I put

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

and I use https://******/svn/XXXXXX/ everthing work fine (with svn and
firefox).

Where I'm wrong ?

Regards.

NB: Sorry to delete the name of the server but you can see there no
authentication....yet.

--
Albert SHIH
Universite de Paris 7 (Denis DIDEROT)
U.F.R. de Mathematiques.
7 ième étage, plateau D, bureau 10
Tel      : 01 44 27 86 88
FAX	 : 01 44 27 69 35
GSM(UFR) : 06 85 05 58 43
Heure local/Local time:
Tue May 17 22:14:03 CEST 2005
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue May 17 22:34:16 2005

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.