garethflowers / docker-svn-server

A Docker image running a simple Subversion server, using `svnserve`.
https://garethflowers.dev/docker-svn-server/
MIT License
64 stars 12 forks source link

What shall i do if i want change setting for svn? #1

Closed weisiwu closed 10 months ago

weisiwu commented 6 years ago

hi, Gareth Flowers. i'm a rookie to docker,and i have encounter a problem, by any chance ,could you help to have a look at question? i started a container by script as following:

    docker run \
    --name svnserver \
    --detach \
    --volume /home/svn:/var/opt/svn \
    --publish 3690:3690 \
    garethflowers/svn-server

after start the container, i edited the config file: authz, passwd, svnserve.conf. to add a svn account. but how can i enable those new change in config files? i have try to restart the container, but it's inoprative.

qq516249940 commented 5 years ago

hi, Gareth Flowers. i'm a rookie to docker,and i have encounter a problem, by any chance ,could you help to have a look at question? i started a container by script as following:

    docker run \
    --name svnserver \
    --detach \
    --volume /home/svn:/var/opt/svn \
    --publish 3690:3690 \
    garethflowers/svn-server

after start the container, i edited the config file: authz, passwd, svnserve.conf. to add a svn account. but how can i enable those new change in config files? i have try to restart the container, but it's inoprative.

hei,man! you can look this https://blog.51cto.com/yanconggod/1927768

garethflowers commented 10 months ago

Closing this - assuming its resolved.

If not please feel free to post your docker logs for this container so we can see what error is being reported.