Re: [EMAIL PROTECTED] SVN and httpd w/ SSL

2005-12-01 Thread Philip M. Gollucci
Order allow,deny Deny from all So this is what was causing the problem. It was suppose to explicitly deny anything other than read acces over a plain connection. I had that in my SSL enabled vhost. I need to move it to the plain (port 80) vh

[EMAIL PROTECTED] SVN and httpd w/ SSL

2005-12-01 Thread Philip M. Gollucci
Hi, I'm trying to setup an svn repository that works with httpd2 over ssl. I've gotten pretty far following the Subversion book. So I can start the server. I can make requests to it. I can check out my repo via svn and ssl. Then I try to do an svn add, svn ci And I get this -- any great ideas