On Feb 4, 2010, at 1:22 PM, C. Michael Pilato wrote: > Giulio Troccoli wrote: >>> ViewVC has unofficial/experimental support for displaying >>> remote repositories. You can see/use an example of this in >>> action here: >>> >>> http://svn.collab.net/viewvc/viewvc >>> >>> (The 'viewvc' project repository lives over on viewvc.tigris.org.) >> >> Thanks Michael, I would certainly look into it then. We already user ViewVC >> internally. Is it possible to rescrit it to just use HEAD? This may be a >> requirement. I don't know yet but it oculd be something they would want. >> Worse comes to worse I can always use plain WebDAV. > > Oh, man, if you just want HEAD, yeah, just use WebDAV. Maybe even use > mod_proxy so it looks like folks can browsing on your main server when the > real data is coming from the Subversion server.
And in 1.6, you can also see historical versions through WebDAV, too. -Hyrum