Skip to content

Containerized version of the `svn2git` command line utility.

License

Notifications You must be signed in to change notification settings

garethflowers/docker-svn2git

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

svn2git

A containerised implementation of the 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:

docker run --rm -it -v /home/svn:/svn2git garethflowers/svn2git

License