On 12/8/05, Jeff D. Hamann <jeff.hamann@forestinformatics.com> wrote:
> I've finally gotten svn to work on my new server and it's really cool...
> even got the email hooks working...
>
> I would like to be able to allow users to look at the not only the revision
> and name of the repos (using https), but let them see the revision of the
> specific file and the last user to commit using the xsl files. It that
> possible? Since I'm a newbie (moving from cvs on a FreeBSD 4.4 server to the
> new fangled svn+freebsd6+https+mod_ssl+blah+blah_blah), I don't know much
> about xml and the like. I think the peice of "code?" I need to mod is
> located in the svnindex.xsl file near:
>
> <xsl:template match="file">
>
> <div class="file">
>
> <xsl:element name="a">
> <xsl:attribute name="href">
> <xsl:value-of select="@href"/>
> </xsl:attribute>
> <xsl:value-of select="@name"/>
> </xsl:element>
>
>
> </div>
> <!-- xsl:apply-templates/ -->
> </xsl:template>
Jeff,
I had forgotten about this feature of SVN+Apache. If I can find the
documentation on how to set it up (I had it at one time), I'll see if
I can whip something together real quick, as it would be helpful to me
as well now that I think about it.
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Dec 8 21:05:19 2005