I am unsure of my solution which looks more like a workaround, apologies for that , but I need a way to make the checkin work with authentication. Which means I should remove, PUT MERGE and ???? from my LimitExcept. When I did that it was throwing this strange error.
Has it got something to do with the svn_passwd file ? The error log of httpd also doesn't say much. Please let me know. On Fri, Jul 23, 2010 at 2:53 AM, Ryan Schmidt < subversion-20...@ryandesign.com> wrote: > > On Jul 23, 2010, at 03:08, Ameet Nanda wrote: > > > Nevamind got it fixed. I changed the subversion.conf from > > > > <LimitExcept GET PROPFIND OPTIONS REPORT> > > > > to > > > > <LimitExcept GET PROPFIND CHECKOUT PROPPATCH PUT MERGE DELETE MKACTIVITY > OPTIONS REPORT> > > > > and got it working. > > So, now you're limiting authentication to all methods except GET PROPFIND > CHECKOUT PROPPATCH PUT MERGE DELETE MKACTIVITY OPTIONS and REPORT... what > methods does that leave, exactly, which will still be authenticated? That > is, I think you've "solved" the problem by effectively turning off > authentication. > > >