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