Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/steeve/docker-svn2git
svn2git Docker image
https://github.com/steeve/docker-svn2git
Last synced: 11 days ago
JSON representation
svn2git Docker image
- Host: GitHub
- URL: https://github.com/steeve/docker-svn2git
- Owner: steeve
- Created: 2014-11-21T09:03:30.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-11-21T09:09:44.000Z (about 10 years ago)
- Last Synced: 2024-12-22T22:17:18.851Z (15 days ago)
- Size: 129 KB
- Stars: 2
- Watchers: 3
- 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
```