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-20...@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 "."). > > >