On Mar 3, 2011, at 09:38, Nate wrote:
>> Before you were getting an error on a PROPFIND, now on a CHECKOUT. These are
>> WebDAV methods that Subversion uses but that presumably your web site
>> doesn't... would it work to limit the Mason directives to just GET and POST
>> requests?
>>
>>
>>
> On Mar 3, 2011, at 01:37, Nate wrote:
>
>> Your post was great and led me to find this particular problem causing the
>> issue, but I still haven't solved the problem.
>>
>> These apache handlers are causing the issue:
>>
>> SetHandler perl-script
>> PerlHandler HTML::Mason::ApacheHandler
>
On Mar 3, 2011, at 01:37, Nate wrote:
> Your post was great and led me to find this particular problem causing the
> issue, but I still haven't solved the problem.
>
> These apache handlers are causing the issue:
>
> SetHandler perl-script
> PerlHandler HTML::Mason::ApacheHandler
>
>
> #Hid
Ok,
Your post was great and led me to find this particular problem causing the
issue, but I still haven't solved the problem.
These apache handlers are causing the issue:
SetHandler perl-script
PerlHandler HTML::Mason::ApacheHandler
#Hide private components from users.
SetHandler perl-s
On Feb 26, 2011, at 16:18, Nate wrote:
> Steps to reproduce:
> 1) created a new repo in /opt/svnrepo using the following command: svnadmin
> create myproject
> 2) Next I checked out the client on my workstation (I've tried it on a Mac
> and a Linux Centos 5.5 system)
> svn co https://myserver.wh
Hi,
I've searched for quite some time for the answer to this problem.
OS: Centos 5.5
Subversion version:
svn, version 1.6.13 (r1002816)
compiled Oct 2 2010, 20:48:38
Steps to reproduce:
1) created a new repo in /opt/svnrepo using the following command: svnadmin
create myproject
2) Next I ch