http://subversion.tigris.org/issues/show_bug.cgi?id=2510
Issue #|2510
Summary|Allow mod_dav_svn to run as server
root
Component|subversion
Version|1.3.x
Platform|All
URL|h
ttp://svn.haxx.se/users/archive-2006-02/0782.shtml
OS/Version|All
Status|NEW
Status whiteboard|
Keywords|
Resolution|
Issue type|PATCH
Priority|P3
Subcomponent|mod_dav_svn
Assigned to|issues subversion
Reported by|des
------- Additional comments from des tigris.org Fri Feb 24
09:00:43 -0800 2006 -------
mod_dav_svn is currently not able to run as the root of a
vhost, because the
root_path and path_info provided by Apache in that case are
incorrect.
This patch adds a configuration directive, SVNRootURI, which
specifies a path
(typically "/") which mod_dav_svn should use
instead of root_path:
http://svn.haxx.se/users/archive-2006-02/att-0
842/mod_dav_svn.diff
The referenced mailing list thread includes a sample Apache
configuration which
takes advantage of this. I also have a live site with the
patch installed at
http://svn.des.no/ .
------------------------------------------------------------
---------
To unsubscribe, e-mail: issues-unsubscribe subversion.tigris.org
For additional commands, e-mail: issues-help subversion.tigris.org
|