Sign inSign up

futureys/svn-repository

By futureys

Updated over 6 years ago

Subversion server with pre-created first repository.

Image
0

1.2K

futureys/svn-repository repository overview

What is SVN Repository?

This image is for SVN service based on garethflowers/svn-server with pre-created first repository.

This image is intended to run by orchestration tool like Docker Compose.

How to use this image

It follows garethflowers/svn-server.

Environment Variables

Additionally, we can use following environment variable:

AUTH_ACCESS_WRITE

If true, enable read and write access for authenticated users to the repository. (default: true)

REPOSITORY_NAME

First pre-created repository's name.(default: project-in-svn)

REVISION_PROPERTY_CHANGE

If true, enable revision property change like editing log message or loading dump by executing svnrdump command. (default: false)

USER_x_NAME

User name to authenticate for repository. We can define multiple users like USER_1_NAME, USER_2_NAME, ... Don't skip number or the number after that will not be read.

USER_x_PASS

User password to authenticate for repository. We can define multiple users like USER_1_PASS, USER_2_PASS, ... This variables will be pair with USER_x_NAME which has same number.

Tag summary

Content type

Image

Digest

Size

6.2 MB

Last updated

over 6 years ago

docker pull futureys/svn-repository