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

Re: SVN and RedirectMatch

From: Ryan Schmidt <subversion-2009a_at_ryandesign.com>
Date: Tue, 24 Feb 2009 23:49:17 -0600

On Feb 24, 2009, at 17:47, Andrei Roudik wrote:

> If I try to commit a file named with the same name as one of the
> Apache's
> 'RedirectMatch' patterns I've got the following error:
>
> svn: Commit failed (details follow):
> svn: PROPFIND request failed on '/svnrepo/test/stats.c'
> svn: PROPFIND of '/svnrepo/test/stats.c': 302 Found (https://
> svn.name.edu)
>
> Here is what I have in my vhosts.conf
>
> RedirectMatch \/stats http://web.name.edu/stats

Fix your RedirectMatch so it only matches at the beginning of the path:

RedirectMatch ^/stats http://web.name.edu/stats

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=1224884

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-02-25 06:50:59 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.