Re: How am I supposed to import my project now?
From: Andrey Repin <anrdaemon_at_freemail.ru>
Date: Sun, 29 Mar 2009 00:54:58 +0300
Greetings, Andrey Repin!
AR> Ideas?
``Despite the tons of examples and docs, mod_rewrite is voodoo. Damned cool voodoo, but still voodoo.''
Aside the simple fact that THIS is an obvious BUG...
<VirtualHost *>
DocumentRoot "C:/home/svn"
ErrorLog "C:/home/svn/.log/error_log"
<IfModule rewrite_module>
RewriteEngine On
# Prevent from accessing files beginning with dot in any cases
# Fool the SVN about requested path if it's a repository root
# Redirect access from the docroot to the actual website
# Explained 404 for nonexistent repos.
<Location "/">
<IfModule dav_svn_module>
<IfModule sspi_auth_module>
AuthName "Subversion repository"
# only developers may access the repository
# And they should obey to SVN user permissions file
-- WBR, Andrey Repin (anrdaemon_at_freemail.ru) 29.03.2009, <0:36> Sorry for my terrible english... ------------------------------------------------------ http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=1461625 To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].Received on 2009-03-29 17:36:24 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.