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

Re: PROPFIND 400 Error with https

From: Ryan Schmidt <subversion-2009b_at_ryandesign.com>
Date: Sat, 26 Sep 2009 12:37:39 -0500

On Sep 25, 2009, at 19:08, Sean H. wrote:

> The host is a Linux Redhat Enterprise 4ES
> Apache 2.052
>
> <VirtualHost 67.192.58.62:443>
> ServerName svn.aegis3d.com
> SSLEngine On
> SSLCertificateFile /etc/httpd/conf/ssl.crt/aegis3d.com.crt
> SSLCertificateKeyFile /etc/httpd/conf/ssl.key/aegis3d.com.key
> <Location>
> DAV svn
> SVNParentPath /var/www/repository/
> AuthType Basic
> AuthName "Aegis Subversion Repository"
> AuthUserFile /var/www/pwd/svn-auth-file
> Require valid-user
> SSLRequireSSL
> </Location>
> </VirtualHost>
>
> I'm an svn noob. I don't see a way to get svn to tell me what
> version it
> is. A -v or -version switch doesn't seem to exist, and help
> wasn't...helpful. I can't find any record from up2date either. It's
> only
> been a few months, so it can't be too out of date. I don't know what
> apr is.
>
> I'm using TortoiseSVN 1.6.5, Build 16974 - 64bit on Vista64.
>
> The authentication process works, so I'm assuming that SSL is
> configured
> and working or I wouldn't get that far. It's not until after login I
> get
> there error message. If there's anything else you need, just let me
> know.

Where is the repository on disk?

Is /var/www/repository the repository, or is the repository a
directory inside /var/www/repository? If the former, which I suspect
based on the name you gave the directory, then you need SVNPath and
not SVNParentPath.

Your Location directive is also incomplete. You didn't tell it what
location. Change "<Location>" to "<Location /svn/>" or if not /svn/
then put in whatever URL path you actually want to serve out of. If
you want to serve out of the root of this vhost, which I suspect based
on the name you gave the vhost, then you could use "<Location />" but
be aware that there are some issues associated with doing so, and for
that reason it is recommended not to serve out of "/".

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2400686

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-09-26 19:38:44 CEST

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.