A containerised implementation of the svn2git command line tool.
To run the tool, with data stored in /home/svn
on the host, use the following:
docker run --rm -it -v /home/svn:/svn2git garethflowers/svn2git
- svn2git is released under the MIT License.
- This image is released under the MIT License.