[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: better xsl files?

From: Andy Levy <andy.levy_at_gmail.com>
Date: 2005-12-08 19:53:18 CET

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

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.