https://github.com/garethflowers/docker-svn2git
Containerized version of the `svn2git` command line utility.
https://github.com/garethflowers/docker-svn2git
docker git svn svn2git
Last synced: 12 months ago
JSON representation
Containerized version of the `svn2git` command line utility.
- Host: GitHub
- URL: https://github.com/garethflowers/docker-svn2git
- Owner: garethflowers
- License: mit
- Created: 2019-04-05T09:59:33.000Z (about 7 years ago)
- Default Branch: main
- Last Pushed: 2025-05-20T21:36:59.000Z (about 1 year ago)
- Last Synced: 2025-05-20T22:55:50.269Z (about 1 year ago)
- Topics: docker, git, svn, svn2git
- Language: Dockerfile
- Homepage: https://garethflowers.dev/docker-svn2git/
- Size: 50.8 KB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# svn2git
A containerised implementation of the [svn2git](https://github.com/nirvdrum/svn2git) command line tool.
## How to use this image
### To run the svn2git command line tool
To run the tool, with data stored in `/home/svn` on the host, use the following:
```sh
docker run --rm -it -v /home/svn:/svn2git garethflowers/svn2git
```
## License
* [svn2git](https://github.com/nirvdrum/svn2git) is released under the [MIT License](https://github.com/nirvdrum/svn2git/blob/master/MIT-LICENSE).
* This image is released under the [MIT License](https://raw.githubusercontent.com/garethflowers/docker-svn2git/master/LICENSE).