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

Plone/Zope & Apache SVN Server

From: David C.M. Weber <david.weber_at_backbonesecurity.com>
Date: 2005-02-25 21:10:13 CET

Probably a strange question, but here goes. I have a plone/zope site.
I have apache performing a mod_rewrite to forward any requests to the
server, to the localhost port on the box (basically acting as a proxy).

I added a rule so that http;//mysite.com/svn/ actually points to the
subversion repository. I have a rewrite rule of:

RewriteRule ^/svn/ - [L]

To tell it to not rewrite this address. I then have a location block
of:

 <Location /svn>
    DAV svn
    SVNPath /var/www/asdf/repository
    AuthType Basic
    AuthName "Password"
    AuthUserFile /var/www/asdf/.htpasswd
    Require valid-user
 </Location>

Browsing via a web browser, this works fine. However, when I check out
the repository, I get one authentication from the svn directory, then it
asks me for additional passwords for the plone/zope site.

I obviously need to change something to get this to work, just not sure
what. Any help would be apprciated.

Thanks!!

--dw

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Feb 25 21:12:25 2005

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.