Sorry for the maybe too short answer ;-)
If you set up Apache to use this xsl with subversion, you will be able to
show the listings with your own personalized format.
You can search the mailing list for xslt, but maybe this snip of httpd.conf
will help you:
<Location /subversionrepo >
Dav svn
SVNPath c:/svnroot/svn
SVNIndexXSLT "/svnindex.xsl"
AuthType Basic
AuthName "Subversion"
AuthUserFile c:/svnroot/svn_users
AuthzSVNAccessFile c:/svnroot/svn_access
Require valid-user
</Location>
If you set it up, just try playing with the xslt, it's easy to change the
format...
_
Jorge
----- Original Message -----
From: "Mukund" <mukund@tessna.com>
To: "Jorge Uriarte" <jorge.uriarte@omelas.net>
Cc: <users@subversion.tigris.org>
Sent: Sunday, October 26, 2003 11:16 PM
Subject: Re: Bold directory entires
>
> On Sun, Oct 26, 2003 at 10:09:21PM +0100, Jorge Uriarte wrote:
> > Have you taken a look at
> >
> > http://svn.collab.net/repos/svn/trunk/tools/xslt/
> >
>
> Yes I have. My question still stands :-)
>
>
> --
>
> Mukund
>
> The very powerful and the very stupid have one thing in common. Instead
of
> altering their views to fit the facts, they alter the facts to fit their
> views ... which can be very uncomfortable if you happen to be one of the
> facts that needs altering.
> -- Doctor Who, "Face of Evil"
>
>
>
>
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Oct 27 22:45:23 2003