https://github.com/steeve/docker-svn2git
svn2git Docker image
https://github.com/steeve/docker-svn2git
Last synced: about 2 months ago
JSON representation
svn2git Docker image
- Host: GitHub
- URL: https://github.com/steeve/docker-svn2git
- Owner: steeve
- Created: 2014-11-21T09:03:30.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-11-21T09:09:44.000Z (over 10 years ago)
- Last Synced: 2025-05-12T11:01:22.042Z (about 2 months ago)
- Size: 129 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
docker-svn2git
==============svn2git Docker image
Run with:
```
$ docker run --rm -i -t steeve/svn2git
```You can of course mount your volumes with your local files, for instance:
```
$ docker run --name mycode -v /mycode debian:wheezy true
$ docker run --rm --volumes-from mycode -i -t steeve/svn2git
```