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

mod_svn_view overlaying mod_dav_svn

From: Paul Querna <chip_at_force-elite.com>
Date: 2005-05-31 04:23:38 CEST

I have been working on mod_svn_view for a long time -- it has progressed
slowly, mostly because I haven't spent enough time on it.

One new feature I wanted to share, is the ability to 'overlay' a
mod_dav_svn url.

For example, visit this URL in your browser:

http://svn.northnitch.com/pub/svn/

(it is a copy of the subversion repo upto r9219)

You can also use any svn client command with it, eg:

svn ls http://svn.northnitch.com/pub/svn/
svn cat http://svn.northnitch.com/pub/svn/README

mod_svn_view acts as a handler for all non-DAV requests inside the repo.
 The two modules share the SVNParentPath directive, so one configuration
and one set of ACLs can be applied for mod_svn_view and mod_dav_svn.

I mostly wanted to share this, as an example of what you can do when you
integrate with Subversion at the Apache level. I would love some help
with mod_svn_view too (coding, XSLT, CSS magic, logos, icons, etc..),
and to push for a 1.0 release.

-Paul Querna

PS: mod_svn_view does have a 'project' page at:
http://www.outoforder.cc/projects/apache/mod_svn_view/

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue May 31 04:24:23 2005

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.