Subversion based GForge
From: Sung Kim <hunkims_at_hotmail.com>
Date: 2004-01-02 09:53:58 CET
Hello,
We are working on Subversion/WebDAV integration for GForge which is a
The test version is available http://dforge.cse.ucsc.edu/svn/?group_id=5
This DForgr will be used for class and several research projects.
Please feel free to give us some feedback.
But there is one problem:
We want to assign each project a URL for Subversion and WebDAV repositories:
http://svn.test.dforge.cse.ucsc.edu (Subversion)
Every Apache configuration is set using virtual hosting directives:
<VirtualHost 128.114.63.81:80>
# WebDAV support
There is no problem for WebDAV(mod_dav), since we need to set only "DAV on"
But for subversion we have to set SVNPath (or SVNParentPath) which is unknow
<VirtualHost 128.114.63.81:80>
# SVN support
We think it is cool if mod_dav_svn can catch the default-document root +
Another idea might be adding SVNVirtualPath like VirtualdocumentRoot so that
The attachment is a quick and dirty fix for the first method. This patch is
Any comments?
-- Sung Kim
---------------------------------------------------------------------
|
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.