elleFlorio / svn-docker

Lightweight Docker image to build a container running an SVN server
MIT License
145 stars 106 forks source link

svnadmin works but svn DAV does not #39

Closed wlievens closed 2 years ago

wlievens commented 2 years ago

Hi, I'm trying out this image, and svnadmin works fine at https://.../svn/svnadmin however the page at https://.../svn just shows It works! which I presume is an apache default page. It seems like the DAV module isn't operational, at least interpreting the readme as I do.

I'm running the whole thing in a docker network with an nginx proxy in it as well which redirects to the svn-server image.

wlievens commented 2 years ago

I got it work, there was an issue in my nginx setup.