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

RE: Adding graphics to the SVN web interface

From: DeBekker, Alan <Alan_DeBekker_at_platts.com>
Date: 2005-03-03 21:07:41 CET

Toby,

Thanks for all of the great info!!

I will give this a shot tomorrow.

Thanks again,

Alan DeBekker
Platts Technology
212-904-3028

-----Original Message-----
From: Toby Johnson [mailto:toby@etjohnson.us]
Sent: Thursday, March 03, 2005 3:04 PM
To: DeBekker, Alan
Cc: users@subversion.tigris.org
Subject: Re: Adding graphics to the SVN web interface

DeBekker, Alan wrote:

> Hello Everybody,
>
> We just rolled out subversion at my job and a lot of the business
> users are asking me to add some graphics to the SVN web interface to
> snaz it up a bit. I read through the SVN book and didn't see any
> instructions on how to do this.
>
> Is this possible and if so how can I do it?
>
We have a rather attractive web interface to SVN set up using nothing
but Subversion and some creative XSLT. I have copied my examples to
http://www.tobiasly.com/svn/ (note that these include a company logo,
etc. that I'm sure you don't want to use!).

In your Apache config, you'll need to add the following line to get it
to serve an XSLT-transformed XML document instead of the regular HTML
page (note that this path is a web path, not the physical path on your
server):
SVNIndexXSLT /path/to/default-svnindex.xsl

Then make sure the CSS file and images are where the XSLT page can get
to them.

For each item, I have included several links to the corresponding WebSVN

page that you'll want to modify or remove. I also have an "exploded"
path to the current directory at the top, where you can click on any
intermediate directory and go there directly. It makes use of certain
highlighting features for ease-of-use that require a CSS-compliant web
browser, which translates roughly to "not Internet Explorer", although
the page correctly renders in IE as well.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Mar 3 21:12:10 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.