[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: Sean H. <forums_at_dezynworks.com>
Date: Fri, 25 Sep 2009 18:08:07 -0600

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.

-Sean

Ryan Schmidt wrote:
>
> On Sep 24, 2009, at 11:30, Sean H. wrote:
>
>> I've never set up a subversion repository before, but it has become
>> necessary for a project I'm working on. I've set it up with WebDAV and
>> Apache. My first result was the famous PROPFIND 400 error. Since I'm not
>> behind any proxies I have an influence over (or that I am even aware of)
>> that avenue wasn't an option. One recommended solution was using https.
>> So I got a certificate and set up SSL, but I'm still getting the same
>> error.
>>
>> Command: Import [c:\filepath] to https://svn.[domain].com/[repository]
>> Error: Server sent unexpected return value (400 Bad Request) in response
>> to PROPFIND
>> Error: request for '[repository]/!svn/vcc/default'
>>
>> I'm using TortoiseSVN as the local client. I didn't find any discussion
>> of this issue in the Tortoise forum, so I'm assuming it's not an issue
>> w/ the client.
>
>
> Show us your apache configuration, tell us what versions of apache and
> subversion and apr you're using, what OS is on the server and the
> client, and anything else you think might help us understand your
> scenario.
>
>
>

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

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-09-26 02:09:32 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.