0

I have to configure SVN server. I am evaluating two approaches

  • With Apache.
  • Without Apache as a OS(Windows) service.

If I go with Apache, I will have browser level access too, which I consider an added advantage.

What approach should I take ?

Learn More
  • 1,535
  • 4
  • 29
  • 51
  • with Apache is best. You could install WebSVN on top of that to have browser level access with DIFF option. – Sridhar Jul 31 '13 at 09:19
  • 1
    Here is a [similar question](http://stackoverflow.com/questions/372569/subversion-protocol-performance), also look at the recommendations [here](http://svnbook.red-bean.com/en/1.7/svn.serverconfig.choosing.html) – A4L Jul 31 '13 at 09:22

1 Answers1

2

You want apache - your flexibility and options for logging, authentication and authorization are way richer.

thekbb
  • 7,668
  • 1
  • 36
  • 61