Sign inSign up

totocastaldi/subversion-server

By totocastaldi

Updated over 7 years ago

a basic subversion server on http

Image
0

223

totocastaldi/subversion-server repository overview

DOCKER SVN SERVER

Build and run
docker build . -t svn
docker run -d -p 81:80 -v local:/var/local/svn svn
Use it
svn checkout http://localhost:81/svn/myrepo
View it
google-chrome http://localhost:81/svn/myrepo

Authentication

predefined user are created :

userpassword
adminadmin
user1user1
user2user2
Clear Authentication

in a terminal do

rm -rf ~/.subversion/auth/svn.simple/*

in a web browser user an Incognito Window

Written with StackEdit.

Tag summary

Content type

Image

Digest

Size

91.3 MB

Last updated

over 7 years ago

docker pull totocastaldi/subversion-server