{"id":19458033,"url":"https://github.com/garethflowers/docker-svn-server","last_synced_at":"2025-08-15T18:53:59.899Z","repository":{"id":39864584,"uuid":"64756380","full_name":"garethflowers/docker-svn-server","owner":"garethflowers","description":"A Docker image running a simple Subversion server, using `svnserve`.","archived":false,"fork":false,"pushed_at":"2025-05-12T06:34:42.000Z","size":97,"stargazers_count":69,"open_issues_count":7,"forks_count":15,"subscribers_count":8,"default_branch":"main","last_synced_at":"2025-05-20T06:04:20.980Z","etag":null,"topics":["docker","subversion","svn"],"latest_commit_sha":null,"homepage":"https://garethflowers.dev/docker-svn-server/","language":"Dockerfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/garethflowers.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"custom":"https://paypal.me/garethflowers"}},"created_at":"2016-08-02T12:50:28.000Z","updated_at":"2025-03-18T13:00:43.000Z","dependencies_parsed_at":"2023-02-10T14:50:11.632Z","dependency_job_id":"6aee5829-e14f-4927-b6af-bdc7a3e4421b","html_url":"https://github.com/garethflowers/docker-svn-server","commit_stats":null,"previous_names":[],"tags_count":20,"template":false,"template_full_name":null,"purl":"pkg:github/garethflowers/docker-svn-server","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/garethflowers%2Fdocker-svn-server","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/garethflowers%2Fdocker-svn-server/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/garethflowers%2Fdocker-svn-server/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/garethflowers%2Fdocker-svn-server/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/garethflowers","download_url":"https://codeload.github.com/garethflowers/docker-svn-server/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/garethflowers%2Fdocker-svn-server/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270616483,"owners_count":24617108,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-15T02:00:12.559Z","response_time":110,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["docker","subversion","svn"],"created_at":"2024-11-10T17:25:07.647Z","updated_at":"2025-08-15T18:53:59.840Z","avatar_url":"https://github.com/garethflowers.png","language":"Dockerfile","funding_links":["https://paypal.me/garethflowers"],"categories":[],"sub_categories":[],"readme":"# SVN Server\n\nA simple Subversion server, using `svnserve`.\n\n## How to use this image\n\n### Start a Subversion Server instance\n\nTo start a container, with data stored in `/home/svn` on the host, use the\nfollowing:\n\n#### ...via `docker run`\n\n```sh\ndocker run \\\n    --name my-svn-server \\\n    --detach \\\n    --volume /home/svn:/var/opt/svn \\\n    --publish 3690:3690 \\\n    garethflowers/svn-server\n```\n\n#### ...via `docker compose`\n\n```sh\nservices:\n  svn:\n    image: garethflowers/svn-server\n    ports:\n      - 3690:3690/tcp\n    volumes:\n      - /home/svn:/var/opt/svn\n```\n\n### Creating a new SVN Repository\n\nUse `svnadmin` within your container to create and manage repositories.\n\nFor example, to create a repository called `new-repo` in container\n`my-svn-server`, use the following:\n\n```sh\ndocker exec -it my-svn-server svnadmin create new-repo\n```\n\n## License\n\n-   Apache Subversion is released under the\n    [Apache License](https://www.apache.org/licenses/LICENSE-2.0).\n-   This image is released under the\n    [MIT License](https://raw.githubusercontent.com/garethflowers/docker-svn-server/master/LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgarethflowers%2Fdocker-svn-server","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgarethflowers%2Fdocker-svn-server","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgarethflowers%2Fdocker-svn-server/lists"}