Skip to content

A simple Docker container with subversion CLI. This container can be used to pull folders from GitHub.

License

Notifications You must be signed in to change notification settings

datasailors/svn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

svn

A simple Docker container with subversion CLI. This container can be used to pull folders from GitHub.

Example

Command: docker container run --rm -it -v $(pwd)/out:/wd bhgedigital/svn sh -c "svn checkout https://github.com/lodash/lodash/trunk/ /wd"

Outcome: The master branch from repo lodash/lodash in github.com is copied to folder $(pwd)/out

About

A simple Docker container with subversion CLI. This container can be used to pull folders from GitHub.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published