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

Re: PROPFIND Requests, 403 forbidden and committing directories and files

From: Andrey Repin <anrdaemon_at_freemail.ru>
Date: Tue, 19 May 2009 13:48:46 +0400

Greetings, Grant Ingersoll!

> Posting a solution to my own problem:

> I had Drupal installed at / on the same Apache server. Not sure how
> I came to it, but I hypothesized that someone else was matching the
> URL pattern for files before it could get to SVN (based on looking at
> my access logs, etc.) Sure enough, moving Drupal out of the / now
> allows SVN to properly do it's thing.

> At any rate, hope this helps anyone else who might stumble across it.

In your .htaccess, look for Rewrite* directives.
Add one right after "RewriteEngine On", before any other rules.

RewriteRule ^/repos - [PT,L]

Then put Drupal back.

And, please, don't top-post. Thanks.

--
WBR,
 Andrey Repin (anrdaemon_at_freemail.ru) 19.05.2009, <13:45>
Sorry for my terrible english...
------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2309858
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-05-19 11:50:55 CEST

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.