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

Re: mod_dav_svn and xml GET responses..

From: Kevin Pilch-Bisson <kevin_at_pilch-bisson.net>
Date: 2002-08-14 04:44:18 CEST

On Wed, Aug 14, 2002 at 02:14:33AM +0100, Damon Rand wrote:
> How do I enable xml GET responses ala
>
> svn.collab.net/repos/svn-xml/
>
> ?
>
> I imagine its something like this??
>
> <Location /repos/katchup.net>
> DAV svn
> SVNPath d:/svn/cybermagic.co.nz
> OutputFormatXML true
> </Location>

Actually it's more like:
<Location /repos/katchup.net>
    DAV svn
    SVNPath d:/svn/cybermagic.co.nz
    SVNIndexXSLT http://your.host.name/svnindex.xsl
</Location>

and make sure that svnindex.xsl and svnindex.css are available at whatever URL
you put for that SVNIndexXSLT directive.

>
> Damon.
>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: dev-help@subversion.tigris.org
>

-- 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Kevin Pilch-Bisson                    http://www.pilch-bisson.net
     "Historically speaking, the presences of wheels in Unix
     has never precluded their reinvention." - Larry Wall
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

  • application/pgp-signature attachment: stored
Received on Wed Aug 14 04:50:17 2002

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

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