On 12/7/06, Douglas WF Acheson <[EMAIL PROTECTED]> wrote:
Hello,
I have configured a virtual server for scm.b.com to house my svn repository via
web_dav (hope the lingo is okay). I have it working and here is the config file
CustomLog logs/scmAccess.log dwfa
ErrorLog logs/scmError.l
Hello,
I have configured a virtual server for scm.b.com to house my svn repository via
web_dav (hope the lingo is okay). I have it working and here is the config file
CustomLog logs/scmAccess.log dwfa
ErrorLog logs/scmError.log
DocumentRoot "/usr/local/scm/svn/html"
On 11/9/05, Robin Bowes <[EMAIL PROTECTED]> wrote:
> To enable XML format listing of the source archives in svn, I'd like to
> use the SVNIndexXSLT directive (commented out in the above code.
>
> However, because I'm using mod_python to handle the root location "/"
> the requests for svnindex.xsl
Hi,
I'm setting up a FC4 server with Apache2 to host svn + trac.
I'd like to have the following URLs:
Trac home:
http://projects.example.com
Individual Trac projects:
http://projects.example.com/project1
http://projects.example.com/project2
SVN home:
http://projects.robinbowes.com/repos
Indiv