[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Unable to checkout/add hidden files to repo

From: Daniel Shahaf <d.s_at_daniel.shahaf.name>
Date: Tue, 31 Jan 2012 15:42:26 +0200

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.
>
>
Received on 2012-01-31 14:43:10 CET

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.