dav svn finally
Fri, Sep 21, 2007I took a moment yesterday and tooled around with my apache setup in order to get dav svn up. Directory listing is currently denied as I have projects in there that aren't public. The SVNListParentPath
directive doesn't seem to operate properly unless I grant read to /, which then exposes the file structure of everything in the repository. The actual files can't be read as Authz is setup and actually kicks in when you try to access the files past the first level of a project ( say /mystuff/a_file ). My searches on the subject haven't been very enlightening, if anyone's dealt with a similar setup I'd appreciate any tips. This was primarily motivated by experiences with web-only proxies at some sites.
That all being said, here's a list of the trees currently:
- http://svn.hasno.info/ruby-hl7 is the hl7 tree
- http://svn.hasno.info/mephisto is my mephisto trunk and mephisto plugins
- http://svn.hasno.info/fastxml my little hpricot-like libxml library