elleFlorio / svn-docker

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

Adds support for https #23

Closed ADGrant closed 2 years ago

ADGrant commented 4 years ago

This adds https to the existing support for the http and svn protocols. It also upgrades the alpine-base image to 3.3.0 which has the side effect of including a later version of the svn server 1.12.2. This may require a serverside repo upgrade (svnadmin upgrade) but svn clients built with 1.9 can connect.

elleFlorio commented 3 years ago

Hey @ADGrant,

Thank you for the PR and sorry for the super late response. 🙏 I am not sure it is possible to upgrade the base image since this creates some problems with the apache server. Have a look at #12 for details.