Ryan Schmidt wrote on Tue, Jan 31, 2012 at 07:33:03 -0600: > > On Jan 31, 2012, at 07:18, Jon Grimes wrote: > > > 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. > > You mentioned server version 1.5.1 but not client version. Subversion > 1.7 includes a new http implementation which is different from the old > Subversion 1.6-and-earlier http implementation; I'm not sure if that > requires a 1.7 server as well.
It requires a 1.7 mod_dav_svn configured without a "SVNAdvertiseV2Protocol off" directive. http://subversion.apache.org/docs/release-notes/1.7#new-feature-compatibility-table (I know you know that link :)) > If so, then there's still the serf vs > neon difference; Subversion clients can use either, and they behave > differently. > >