Search code examples
svnapachesvnserve

svnserve and apache serving the same SVN repository?


Can one safely have the same SVN repository served by both svnserve and httpd ?

I have performance issues with remote users using httpd.

I wonder if this is feasible, recommended... ?

Thanks,


Solution

  • Yes it can be done. svnserve and web_dav can both serve from the same directory.

    Our current setup is doing exactly this.