Did you upgrade your client recently?
Jon Grimes wrote on Tue, Jan 31, 2012 at 08:18:36 -0500:
> You guys were right. I found the below line in my httpd.conf with a note
> saying i added it in April of 2010
>
> RedirectMatch 404 /\\..*(/.*|$)
>
> I don't understand how I'm just now having this problem though. Doesn't
> make any sense.
>
> Thanks for you help.
>
> On Tue, Jan 31, 2012 at 8:05 AM, Ryan Schmidt <
> subversion-2012a_at_ryandesign.com> wrote:
>
> > On Jan 31, 2012, at 06:47, Jon Grimes wrote:
> > > On Tue, Jan 31, 2012 at 3:19 AM, Daniel Shahaf wrote:
> > >> Jon Grimes wrote on Mon, Jan 30, 2012 at 19:32:27 -0500:
> > >>> Essentially my repository wont let me check out or commit any hidden
> > files.
> > >>> (.htaccess)
> > >>
> > >> Probably a bogus httpd config --- overly greedy application of a "don't
> > >> GET .htaccess" directive. Try files called .ABC
> > >
> > > This happens with any hidden file, not just .htaccess files.
> > >
> > > Any idea's?
> >
> > I agree with Daniel. Check your httpd.conf, and all other conf files it
> > includes, for directives that restrict hidden files (where by "hidden
> > files" I am assuming you mean files whose names begin with a ".").
> >
> >
> >
Received on 2012-01-31 14:40:53 CET