php - Is it possible to override the Subversion HTML pages? -
I have a subversion server, which provides subversion access via Apache2 and mod_dav_svn
The system works fine and the client can use the repository with SON clients such as Tortoise SN.N etc.
Users can also use HTML Reader of the same URL.
Can these readers be more prone to, or be replaced? If so, how would I go about it?
You can specify a SVNIndexXSLT <
httpd.conf
:
and / location: / repository & gt; In your repository, & lt; Location & gt; Code in>
. DAV SVN SVN Path / var / repository SVNINDXXLT "/svnstyle.xsl" [...] & lt; / Location & gt;
With this command, subversion will list an XML directory instead of one HTML directory, and you can list this XML in any way listed XSLT file. The way you specify in the SVNIndexXSLT
directive, it is a URL of your webserver, it must be used to properly present the browser to pages.
Comments
Post a Comment